Test displaying the $GITEA_ENV variable
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 18s
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 18s
This commit is contained in:
parent
dd7406b0ae
commit
9194543bf2
@ -23,6 +23,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