Skip to content

Commit

Permalink
no need for variable if it's used once
Browse files Browse the repository at this point in the history
  • Loading branch information
NadAlaba committed Sep 3, 2024
1 parent 79a27fe commit 4c2efc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/write-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:

- name: Apply label changes
if: env.ADD_LABELS || env.REMOVE_LABELS
env:
PR_NUM: ${{ fromJSON(steps.json_reader.outputs.content).pr_num }}
uses: PauMAVA/[email protected]
with:
issue_number: ${{ env.PR_NUM }}
issue_number: ${{ fromJSON(steps.json_reader.outputs.content).pr_num }}
add: ${{ env.ADD_LABELS }}
remove: ${{ env.REMOVE_LABELS }}

0 comments on commit 4c2efc4

Please sign in to comment.