mirror of
https://github.com/langgenius/dify.git
synced 2026-04-20 10:47:21 +08:00
print context var
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user