Skip to content

Commit

Permalink
issue #165: checkout github-workflow repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 22, 2024
1 parent 26aa2ec commit 552d8a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/workflow-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@ jobs:
app-id: ${{ secrets.GH_WORKFLOW_APP_ID }}
private-key: ${{ secrets.GH_WORKFLOW_APP_PEM }}

- name: Checkout Repository
- name: Checkout current repository
uses: actions/checkout@v3

- name: Checkout ai-cfia/github-workflows repo (for repo_project.txt file)
uses: actions/checkout@v3
with:
repository: ai-cfia/github-workflows
token: ${{ secrets.GITHUB_TOKEN }}
path: github-workflows

- name: Extract issue number
run: |
if [ "${{ github.event_name }}" == "issues" ] && [ "${{ github.event.action }}" == "opened" ]; then
Expand Down

0 comments on commit 552d8a5

Please sign in to comment.