Add workflow #3

Merged
r-freeman merged 1 commits from feature/workflow into main 2024-09-21 17:55:01 +00:00
Showing only changes of commit 64d9951f5f - Show all commits

View File

@ -0,0 +1,13 @@
name: Commit Hash
run-name: Print commit hash
on: [ push ]
jobs:
CommitHash:
runs-on: ubuntu-latest
steps:
- name: Print commit hash
run: |
hash=${{env.GITHUB_SHA}}
echo ${hash::10}