Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed May 13, 2024
1 parent 80012f0 commit 0225ef1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-on-llvm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [[ "${{github.event_name}}" == "workflow_dispatch" ]]; then
echo "commit_hash=${{inputs.commit_hash}}" >> $GITHUB_ENV
commit_hash=${{inputs.commit_hash}}
else
echo "commit_hash=${{ steps.good-commit.outputs.good-commit }}" >> $GITHUB_ENV
commit_hash=${{ steps.good-commit.outputs.good-commit }}
fi
echo "commit_hash=${commit_hash}" >> $GITHUB_ENV
yyyymmdd=$(date +%Y%m%d)
versionfile=LLVMVersion.cmake
Expand Down

0 comments on commit 0225ef1

Please sign in to comment.