Skip to content

Commit 29431a1

Browse files
committed
Change from mapping to running a command.
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
1 parent 3e3b0d5 commit 29431a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-jest-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
64-
file-path: {{ step.results.outputs.COMMENT_FILE }}
65-
pr-number: {{ steps.results.outputs.PR_NUMBER }}
64+
file-path: ${{ step.results.outputs.COMMENT_FILE }}
65+
pr-number: ${{ steps.results.outputs.PR_NUMBER }}

0 commit comments

Comments
 (0)