File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 LAST_COMMIT_HASH=$(cat last-squid-commit.txt || echo "")
4747 cd squid
48- CURRENT_COMMIT_HASH=$(git rev-parse HEAD)
48+ CURRENT_COMMIT_HASH=$(git rev-parse --short HEAD)
4949 echo "current=$CURRENT_COMMIT_HASH" >> $GITHUB_OUTPUT
5050 if [ "$LAST_COMMIT_HASH" = "$CURRENT_COMMIT_HASH" -a "$FORCE_REBUILD" != "true" ]; then
5151 echo "marking as no no updates"
7575 - name : Build programming guide
7676 if : steps.check_squid_updates.outputs.had_update == 'true'
7777 run : |
78- sed -i~ 's/PROJECT_NUMBER = .*/& (commit ${{ steps.check_squid_updates.outputs.current }}) /' doxyfile
78+ sed -i~ 's/PROJECT_NUMBER = .*/&- ${{ steps.check_squid_updates.outputs.current}} /' doxyfile
7979 doxygen doxyfile
8080
8181 - name : update self
You can’t perform that action at this time.
0 commit comments