Skip to content

Commit

Permalink
le sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 7, 2024
1 parent a1288b5 commit 185be0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
# This gives us a total of about 52G of free space, which should be enough for now
- name: testing org secrets
run: |
echo '${{ secrets.TEST }}'
echo "${{ secrets.TEST }}"
echo "${{ env.TEST2 }}"
echo "${{ vars.TEST2 }}"
- name: cleanup disk space
run: |
Expand Down

0 comments on commit 185be0c

Please sign in to comment.