Skip to content

Commit

Permalink
Echo them too
Browse files Browse the repository at this point in the history
  • Loading branch information
BJClark committed Aug 21, 2024
1 parent 4507c31 commit a4be02e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
env:
KICKPLAN_API_KEY: ${{ secrets.KICKPLAN_API_KEY }}
KICKPLAN_BASE_URL: ${{ secrets.KICKPLAN_BASE_URL }}
run: |
echo "KICKPLAN_API_KEY=$KICKPLAN_API_KEY"
echo "KICKPLAN_BASE_URL=$KICKPLAN_BASE_URL"
- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit a4be02e

Please sign in to comment.