Skip to content

Commit

Permalink
Update context.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonomirco authored Dec 21, 2023
1 parent 961bcc1 commit 72684b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
pip install -r .github/requirements.txt
- name: 🐍 Define the dev name
run: python .github/read_pr.py --token ${{ secrets.GITHUB_TOKEN }} --pr_number ${{ github.issue.number }}
run: python .github/read_pr.py --token ${{ secrets.GITHUB_TOKEN }} --pr_number ${{ github.event.issue.number }}

0 comments on commit 72684b5

Please sign in to comment.