Skip to content

Commit e539f85

Browse files
committed
chore: fix github action workflow syntax
Correction for 2f58d0b commit. Relate to #1617 [skip ci]
1 parent ce5d553 commit e539f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/todos-handle-issue-changes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040

4141
- name: Update issue state
4242
env:
43-
ISSUE_ID: {{ github.event.issue.number }}
44-
NEW_STATE: {{ github.event.action }}
43+
ISSUE_ID: ${{ github.event.issue.number }}
44+
NEW_STATE: ${{ github.event.action }}
4545
run: >-
4646
awk \
4747
-v issue_id="$ISSUE_ID" \

0 commit comments

Comments
 (0)