Skip to content

Commit

Permalink
DYN-6188 Fix syntax error in move_issue workflow file (#14363)
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit authored Sep 1, 2023
1 parent 0e1223d commit c4341a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/move_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ env.gh_token }}
- name: Move tracked issue to Todo
if: github.event.label.name == tracked
if: github.event.label.name == 'tracked'
uses: leonsteinhaeuser/[email protected]
with:
gh_token: ${{ env.gh_token }}
Expand Down

0 comments on commit c4341a6

Please sign in to comment.