Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b61fe53603 | |||
| ce1e00c77f | |||
| 51eb5e6778 |
@@ -9,6 +9,12 @@ jobs:
|
|||||||
runs-on: gitea-official-runner
|
runs-on: gitea-official-runner
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
env:
|
||||||
|
QWE: ${{github.sha}}
|
||||||
|
QWRR: ${{github.repository}}
|
||||||
|
QWEWQ: ${{github.ref.name}}
|
||||||
run: |
|
run: |
|
||||||
echo ${github.sha} $GITHUB_SHA
|
echo $GITHUB_SHA $QWE
|
||||||
echo ${github.repository} $GITHUB_REPOSITORY
|
echo $GITHUB_REPOSITORY $QWRR
|
||||||
|
echo $GITHUB_REF_NAME $QWEWQ
|
||||||
|
echo ${{github.ref.name}}
|
||||||
Reference in New Issue
Block a user