Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-webdevelop authored May 27, 2024
1 parent 415c255 commit 9736092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cat test.txt
echo ${{ steps.masking.outputs.key}}
- name: test masking equal
if: ${{ steps.masking.outputs.key == '12345' }}
if: ${{ steps.masking.outputs.key == '1234567' }}
run: |
echo masked value is equal
- name: job summary
Expand Down

0 comments on commit 9736092

Please sign in to comment.