Skip to content

Commit

Permalink
Update add-playlist-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Kernel authored Nov 24, 2024
1 parent 06ca2ca commit 4860b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-playlist-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_CONTEXT: ${{ toJson(github) }}
EVENT_ID: ${{ github.event.payload.issue.number }}
EVENT_ID: ${{ github.event.issue.id }}
ISSUE_BODY: ${{ github.event.issue.body }}
run: |
echo "eventid: $EVENT_ID, Github context: cool"
Expand Down

0 comments on commit 4860b5d

Please sign in to comment.