Compare commits

..

No commits in common. "df8786c8e140f95b888709044592da5fcd048cc0" and "c73808ec66d584e5bfbef774af80ed0835382511" have entirely different histories.

View File

@ -1,13 +0,0 @@
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}