mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
print context var
This commit is contained in:
parent
d3d84217a7
commit
1af087abc1
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
@ -45,7 +45,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: print context var
|
- name: print context var
|
||||||
- run: |
|
uses: actions/checkout@v4
|
||||||
|
- name: print
|
||||||
|
run: |
|
||||||
echo "Commit ID: ${{ github.sha }}"
|
echo "Commit ID: ${{ github.sha }}"
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user