Skip to content

Commit

Permalink
Fix for missing EVENT_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross committed Jul 26, 2024
1 parent b51adf5 commit be7602c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
NEW_COLOR: "${{ github.event.label.color }}"
NEW_DESCRIPTION: "${{ github.event.label.description }}"
DEST_REPO: ${{ vars.DEST_REPO }}
EVENT_TYPE: ${{ github.event.action }}
run: python .github/scripts/manage_label.py

0 comments on commit be7602c

Please sign in to comment.