Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 13, 2024
1 parent 6e38d48 commit 1d946a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
group: php-sdk-check
steps:
- name: Check if secret exists
run: |
if [ -z "${{ secrets.SHIPPO_TOKEN }}" ]; then
echo "SHIPPO_TOKEN does not exist"
exit 1
else
echo "SHIPPO_TOKEN exists"
fi
run: |
if [ -z "${{ secrets.SHIPPO_TOKEN }}" ]; then
echo "SHIPPO_TOKEN does not exist"
exit 1
else
echo "SHIPPO_TOKEN exists"
fi
- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 1d946a0

Please sign in to comment.