mirror of
https://github.com/langgenius/dify.git
synced 2026-04-09 18:08:09 +08:00
print context var
This commit is contained in:
parent
51e230309b
commit
d3d84217a7
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
@ -44,6 +44,10 @@ jobs:
|
||||
platform: linux/arm64
|
||||
|
||||
steps:
|
||||
- name: print context var
|
||||
- run: |
|
||||
echo "Commit ID: ${{ github.sha }}"
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
platform=${{ matrix.platform }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user