Test displaying the $GITEA_ENV variable
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 18s

This commit is contained in:
Elyan 2024-11-02 10:41:53 +01:00
parent dd7406b0ae
commit 9194543bf2

View File

@ -23,6 +23,9 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Display $GITEA_ENV
run: echo "\$GITEA_ENV=$GITEA_ENV"
- name: Set short SHA - name: Set short SHA
run: echo "SHORT_SHA=$(echo ${GITEA_SHA::7})" >> $GITEA_ENV run: echo "SHORT_SHA=$(echo ${GITEA_SHA::7})" >> $GITEA_ENV