Skip to content

Commit

Permalink
test: testing to see if the runner is correctly adding the token to t…
Browse files Browse the repository at this point in the history
…he env
  • Loading branch information
SpudsTheCyan committed Aug 5, 2024
1 parent f5e51ca commit b9f442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "Token missing from env!"
- if: ${{ env.BOT_TOKEN != '' }}
run: |
echo "Token found in env!"
echo "Token found in env! token: '$BOT_TOKEN'"
- uses: appleboy/ssh-action@v1.0.3
with:
username: pi
Expand Down

0 comments on commit b9f442a

Please sign in to comment.