print context var

This commit is contained in:
snake 2024-11-12 17:19:45 +08:00 committed by GitHub
parent d3d84217a7
commit 1af087abc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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