Skip to content

Commit

Permalink
Update update_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 23, 2024
1 parent 5dc4b78 commit 6a85e00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
NAME: ${{ github.event.label.name }}
NEW_NAME: "${{ github.event.changes.name }}"
NEW_COLOR: "${{ github.event.changes.color }}"
NEW_DESCRIPTION: "${{ github.event.changes.description }}"
NAME: ${{ github.event.changes.name.from }}
NEW_NAME: "${{ github.event.label.name }}"
NEW_COLOR: "${{ github.event.label.color }}"
NEW_DESCRIPTION: "${{ github.event.label.description }}"

0 comments on commit 6a85e00

Please sign in to comment.