Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 13, 2024
1 parent 1d946a0 commit 17cdf6b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
concurrency:
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
- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 17cdf6b

Please sign in to comment.