Created
May 15, 2020 10:20
-
-
Save VFUC/752b2adb2195324c6c6280f46594cdb1 to your computer and use it in GitHub Desktop.
Open GitHub Actions page for current repo (assuming the Git origin points to the GitHub repo)
This file contains hidden or 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
git remote get-url origin | sed -e 's/[email protected]:/https:\/\/github.com\//' | sed -e 's/\.git/\/actions/' | xargs open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment