Skip to content

Commit

Permalink
output full Git SHA from daily.yml (pass to www.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed May 15, 2024
1 parent 5691be5 commit eea9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
if: (github.event.schedule || inputs.build_www) && (steps.update_plots.outputs.sha || !inputs.short_circuit)
run: |
echo "run=1" >> $GITHUB_OUTPUT
echo "sha=$(git log -1 --format=%h)" >> $GITHUB_OUTPUT
echo "sha=$(git log -1 --format=%H)" >> $GITHUB_OUTPUT
outputs:
update_pqts: ${{ steps.update_pqts.outputs.sha }}
build_www: ${{ steps.build_www.outputs.run }}
Expand Down

0 comments on commit eea9fea

Please sign in to comment.