Skip to content

Instantly share code, notes, and snippets.

@burki169
Created June 6, 2022 20:12
Show Gist options
  • Save burki169/1c729eb0c60b3934b47a9c7f3f337035 to your computer and use it in GitHub Desktop.
Save burki169/1c729eb0c60b3934b47a9c7f3f337035 to your computer and use it in GitHub Desktop.
Github actions workflows
- 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