mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +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:
|
||||
- name: print context var
|
||||
- run: |
|
||||
uses: actions/checkout@v4
|
||||
- name: print
|
||||
run: |
|
||||
echo "Commit ID: ${{ github.sha }}"
|
||||
|
||||
- name: Prepare
|
||||
|
|
Loading…
Reference in New Issue
Block a user