Skip to content

Instantly share code, notes, and snippets.

@vilmibm
Created April 14, 2021 21:07
Show Gist options
  • Save vilmibm/34cb15967620d90d7700fdb96d32b583 to your computer and use it in GitHub Desktop.
Save vilmibm/34cb15967620d90d7700fdb96d32b583 to your computer and use it in GitHub Desktop.
Aliases from the gh actions demo
cur-branch: !git rev-parse --abbrev-ref HEAD
workflow-test: !git commit -mWIP .github/workflows/$1 && git push && gh workflow run --ref $(gh cur-branch) $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment