Skip to content

Commit

Permalink
fix: typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jun 20, 2024
1 parent 6ee6d75 commit fcf9ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:

- name: Check if secrets are available
run: |
if [[ "${{ secrets.MY_TEST_SECRET }}" == "xval" ]]; then
if [[ "x${{ secrets.MY_SECRET }}" == "xval" ]]; then
echo "Access to secrets"
else
echo "No access to secrets"
Expand Down

0 comments on commit fcf9ba6

Please sign in to comment.