Compare commits
No commits in common. "df8786c8e140f95b888709044592da5fcd048cc0" and "c73808ec66d584e5bfbef774af80ed0835382511" have entirely different histories.
df8786c8e1
...
c73808ec66
@ -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}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user