Skip to content

Commit

Permalink
make label name a string
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Oct 18, 2024
1 parent f6e199a commit e2667c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-e2e-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr edit https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }} --add-label Run Smoke E2E
gh pr edit https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }} --add-label "Run Smoke E2E"

0 comments on commit e2667c6

Please sign in to comment.