Skip to content

Commit

Permalink
Updated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Jun 13, 2024
1 parent afc5ceb commit bf44b58
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/generate-initial-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo '::notice::This deployment is using the following inputs: \
`config-branch-name`=`${{ inputs.config-branch-name }}`, \
`commit-checksums`=`${{ inputs.commit-checksums }}`, \
`committed-checksum-location`=`${{ inputs.committed-checksum-location }}`, \
`committed-checksum-tag-version`=`${{ inputs.committed-checksum-tag-version }}`.'
echo '::notice::This deployment is using \
Python Version ${{ needs.config.outputs.python-version }} and \
Model Config Tests Version ${{ needs.config.outputs.model-config-tests-version }}'
echo '::notice::This deployment is using the following inputs: `config-branch-name`=`${{ inputs.config-branch-name }}`, `commit-checksums`=`${{ inputs.commit-checksums }}`, `committed-checksum-location`=`${{ inputs.committed-checksum-location }}`,`committed-checksum-tag-version`=`${{ inputs.committed-checksum-tag-version }}`.'
echo '::notice::This deployment is using Python Version ${{ needs.config.outputs.python-version }} and Model Config Tests Version ${{ needs.config.outputs.model-config-tests-version }}'
generate-checksums:
name: Generate Checksums
Expand Down

0 comments on commit bf44b58

Please sign in to comment.