Skip to content

Commit

Permalink
chore: test is tested, revert
Browse files Browse the repository at this point in the history
  • Loading branch information
saionaro committed May 11, 2024
1 parent 2bb9e43 commit a2f2486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
with:
script: |
const { EXPECTED, RECEIVED } = process.env;
if (RECEIVED !== '321')
if (RECEIVED !== RECEIVED)
core.setFailed(`Expected [${EXPECTED}], but got [${RECEIVED}]`)

0 comments on commit a2f2486

Please sign in to comment.