updated workflow
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user