git-publish-subdir-action
git-publish-subdir-action copied to clipboard
GitHub Action to push a subdirectory as a branch to any git repo (e.g. for GitHub Pages)
Added support for a custom username and email to be used in the autogenerated commit. Just set `USERNAME` and `EMAIL` respectively in the env variables. ## Context The autogenerated commit...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
partial workflow file ``` - name: PreDeploy run: | sudo ls -al tmp sudo ls -al tmp/files/profiles - name: Deploy uses: s0/git-publish-subdir-action@develop env: REPO: url BRANCH: master FOLDER: tmp SSH_PRIVATE_KEY:...
Run s0/git-publish-subdir-action@develop > TypeError: Cannot read property 'slice' of null > at GitPackIndex.readSlice (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:20962:35) > at async readObjectPacked (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:21079:22) > at async _readObject (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:21121:14) > at async resolveCommit (/home/runner/work/_actions/s0/git-publish-subdir-action/develop/action/dist/index.js:28643:28) >...
I need the SHA of this commit in next step, how can I save it as a env variable?
There have been a number of requests around pushing to sub-directories of target branches, rather than the root. This is possible with a custom `CLEAR_GLOBS_FILE` file, and by replicating the...
The `FOLDER` environment variable allows defining a subdirectory whose contents are copied into the destination `BRANCH`, however it does not support copying the entire repo contents into the destination, ie:...
When pushing multiple commits at once the `{msg}` template only provides the message of the latest commit. Is it possible to have all commits' messages put into the `MESSAGE` parameter...