mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
ci: update msg of LLVM auto-update commit
This commit is contained in:
6
.github/workflows/llvm-compatibility.yml
vendored
6
.github/workflows/llvm-compatibility.yml
vendored
@@ -16,7 +16,10 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Update LLVM
|
||||
run: git submodule update --remote
|
||||
id: update-llvm
|
||||
run: |
|
||||
git submodule update --remote
|
||||
echo "::set-output name=commit::$(cd llvm-project && git rev-parse --short HEAD)"
|
||||
|
||||
- name: Log LLVM commit
|
||||
run: echo "LLVM commit" && cd ${{ github.workspace }}/llvm-project && git log -1
|
||||
@@ -41,6 +44,7 @@ jobs:
|
||||
with:
|
||||
add: ./llvm-project
|
||||
default_author: github_actions
|
||||
message: "chore: update LLVM to ${{ steps.update-llvm.outputs.commit }}"
|
||||
|
||||
- name: Send Slack Notification
|
||||
if: ${{ always() }}
|
||||
|
||||
Reference in New Issue
Block a user