Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Oct 17, 2024
1 parent 8dc14b4 commit b2a9626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
echo "${{ steps.merge_json.outputs.json_filename }}: $SOURCE_MD5"
echo "./${{ secrets.CONFIG_REPO_NAME }}/charts/subscan-fluxcd/assets-json/assets.json: $DEST_MD5"
if [ "$SOURCE_MD5" = "$DEST_MD5" ]; then
echo "::set-output name=skip_commit::true"
echo "skip_commit=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=skip_commit::false"
echo "skip_commit=false" >> $GITHUB_OUTPUT
fi
- name: Remove json to config
if: ${{ steps.check_config_change.outputs.skip_commit != 'true' }} && success()
Expand Down

0 comments on commit b2a9626

Please sign in to comment.