Skip to content

Commit

Permalink
2024-06-15 20:29 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 15, 2024
1 parent 66482df commit 4ecb483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/image_meta/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ runs:
echo "checksum=${checksum}" >> $GITHUB_OUTPUT
echo "build_number=${build_number}" >> $GITHUB_OUTPUT
echo "build_date=${build_date}" >> $GITHUB_OUTPUT
echo "::notice:: Fetched $GITHUB_OUTPUT"
- name: dump
if: ${{ inputs.debug == 'true' }}
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
username: ${{ inputs.username }}
password: ${{ inputs.password }}
debug: true

echo:
name: Dump Configuration
needs: [setup]
Expand Down

0 comments on commit 4ecb483

Please sign in to comment.