Created
April 14, 2021 21:07
-
-
Save vilmibm/34cb15967620d90d7700fdb96d32b583 to your computer and use it in GitHub Desktop.
Aliases from the gh actions demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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