We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76007e commit a67e861Copy full SHA for a67e861
action.yml
@@ -3,7 +3,7 @@ name: 'Push git subdirectory as branch'
3
description: 'Push a subdirectory as a branch to any git repo over SSH (or to the local repo)'
4
author: 'Sam Lanning <[email protected]>'
5
runs:
6
- using: 'node16'
+ using: 'node20'
7
main: 'action/dist/index.js'
8
branding:
9
icon: 'upload-cloud'
0 commit comments