$GITEA_SHA does not exist...
This commit is contained in:
parent
dd7406b0ae
commit
6c0c65519b
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set short SHA
|
- name: Set short SHA
|
||||||
run: echo "SHORT_SHA=$(echo ${GITEA_SHA::7})" >> $GITEA_ENV
|
run: echo "SHORT_SHA=$(echo ${GITHUB_SHA::7})" >> $GITEA_ENV
|
||||||
|
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITEA_ENV
|
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITEA_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user