updated workflow
pipeline / Test (push) Failing after 50s
CI Pipeline / Test (pull_request) Successful in 52s
CI Pipeline / Build and Publish (pull_request) Failing after 5s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 16:26:18 +01:00
parent bc5afe3d6e
commit 074d258621
+2 -2
View File
@@ -32,6 +32,6 @@ jobs:
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}"
echo $(git rev-parse --short ${{ gitea.sha }})
echo ::set-output name=SHA_SHORT::$(git rev-parse --short ${{ gitea.sha }})
echo "${ steps.vars.outputs.SHA_SHORT }"
echo "SHA_SHORT=$(git rev-parse --short ${{ gitea.sha }} )""
echo "${ SHA_SHORT }"
echo "${{ gitea.env }}"