Test display $GITEA_ENV variable

This commit is contained in:
Elyan 2024-11-02 10:21:22 +01:00
parent 955251bea6
commit b3e5b0b056

View File

@ -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