Skip to content

Commit

Permalink
πŸš‘οΈ Patch typo in command (#6)
Browse files Browse the repository at this point in the history
* πŸš‘οΈ Patch typo in command

* πŸš‘οΈ Patch typo in command

* Update action.yml
  • Loading branch information
georgepstaylor authored May 6, 2024
1 parent b8996fe commit 57215d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
run: |
echo ${{steps.get-gitmoji.outputs.gitmoji}}
gh label list | grep -q ${{steps.get-gitmoji.outputs.gitmoji}}_gitmoji || gh label create ${{steps.get-gitmoji.outputs.gitmoji}}_gitmoji -c "$(openssl rand -hex 3)"-d "PRs with ${{steps.outputs.get-gitmoji.outputs.gitmoji}}_gitmoji"
gh label list | grep -q ${{steps.get-gitmoji.outputs.gitmoji}}_gitmoji || gh label create ${{steps.get-gitmoji.outputs.gitmoji}}_gitmoji -c "$(openssl rand -hex 3)" -d "PRs with ${{steps.outputs.get-gitmoji.outputs.gitmoji}}_gitmoji"
- name: remove labels ending in _gitmoji from PR
id: remove-label
Expand Down

0 comments on commit 57215d8

Please sign in to comment.