Skip to content

Instantly share code, notes, and snippets.

@VFUC
Created May 15, 2020 10:20
Show Gist options
  • Save VFUC/752b2adb2195324c6c6280f46594cdb1 to your computer and use it in GitHub Desktop.
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)
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