]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove hacky subprocess call in action.yml (#3226)
authorIonite <dev@ionite.io>
Fri, 26 Aug 2022 19:45:31 +0000 (15:45 -0400)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 19:45:31 +0000 (15:45 -0400)
commita5fde8ab9be26221d01bdd0a426db07cdb6f0f04
tree942b266dca4bc086958e133809e06b51ad9f5d33
parent21218b666aeafd1c089cbe998e730f97605d25b2
Remove hacky subprocess call in action.yml (#3226)

Updates action.yml to use the alternative $GITHUB_ACTION_PATH variable
instead of the original ${{ github.action_path }} which caused issues
with bash on the Windows runners. This removes the need for a Python
subprocess to call the main.py script.
AUTHORS.md
action.yml