Created
June 6, 2022 20:12
-
-
Save burki169/1c729eb0c60b3934b47a9c7f3f337035 to your computer and use it in GitHub Desktop.
Github actions workflows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Read predefined variable | |
env: | |
MY_COMMIT_ID : $GITHUB_SHA | |
run: | | |
echo "$MY_COMMIT_ID" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment