mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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
|
platform: linux/arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: print context var
|
||||||
|
- run: |
|
||||||
|
echo "Commit ID: ${{ github.sha }}"
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
platform=${{ matrix.platform }}
|
platform=${{ matrix.platform }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user