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