Test display $GITEA_ENV variable
This commit is contained in:
parent
955251bea6
commit
b3e5b0b056
@ -19,6 +19,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Display $GITEA_ENV
|
||||
run: echo "\$GITEA_ENV=$GITEA_ENV"
|
||||
|
||||
- name: Set short SHA
|
||||
run: echo "SHORT_SHA=$(echo ${GITEA_SHA::7})" >> $GITEA_ENV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user