building
main
Looks good overall with some comments. Thanks for working on this!
@@ -0,0 +17,4 @@
- name: Get short commit SHA
id: vars
run: |
calculatedSha=$(git rev-parse --short ${{ github.sha }})
Is github.sha supposed to be available in this context?
github.sha
@@ -0,0 +27,4 @@
else
TAG="${{ gitea.ref_name }}"
fi
echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
Same here as above, is $GITHUB_ENV going to set env.RELEASE_TAG in a non-GitHub context?
$GITHUB_ENV
env.RELEASE_TAG
No dependencies set.
The note is not visible to the blocked user.
Looks good overall with some comments. Thanks for working on this!
@@ -0,0 +17,4 @@- name: Get short commit SHAid: varsrun: |calculatedSha=$(git rev-parse --short ${{ github.sha }})Is
github.shasupposed to be available in this context?@@ -0,0 +27,4 @@elseTAG="${{ gitea.ref_name }}"fiecho "RELEASE_TAG=$TAG" >> $GITHUB_ENVSame here as above, is
$GITHUB_ENVgoing to setenv.RELEASE_TAGin a non-GitHub context?View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.