Skip to content

Commit

Permalink
Merge pull request #8 from shaneknapp/pls-to-be-working
Browse files Browse the repository at this point in the history
my life...
  • Loading branch information
shaneknapp authored Jun 10, 2024
2 parents 2aca987 + b51943a commit ba3d347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
uses: actions/checkout@main

- name: can we even see the secrets?
with: S: $ {{ secrets.GAR_SECRET_KEY }}
with:
S: $ {{ secrets.GAR_SECRET_KEY }}
run: |
echo "can we access the secrets..."
if [ -z ${S} ]; then echo "nope!"; else echo "yep!"; fi
Expand Down

0 comments on commit ba3d347

Please sign in to comment.