Skip to content

Commit

Permalink
�fix: web-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Oct 14, 2024
1 parent baed8c7 commit 5358622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
id: decode-config
run: |
echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/config/temp_config.json
cat ./src/config/temp_config.json
- name: Validate Config JSON
run: |
if ! jq empty ./src/config/temp_config.json; then
Expand Down

0 comments on commit 5358622

Please sign in to comment.