gha-publish-to-git
gha-publish-to-git copied to clipboard
GitHub Action to publish files to a git repo
not having the sha in the commit seems a bit silly. will need to add doco for this change.
I would like to use a Hugo GitHub Action to generate my site, and push it to a Chinese git hosting site called coding.net
In common this flag allows to use action as publisher for artifacts to store them in separate repository like in artifactory.
when i push to another repo i found the author is not i set so i fork this repo and edit a little now it's working...
When using github_pat docs say you need to generate a 'personal access token' for cross repo commits. Then you need to set a secret in the repo and its not...
fix typo
When i use GITHUB_TOKEN with github_token, i have: - action.yml ```sh - name: publish to develop if: "contains(github.ref, 'develop')" uses: seanmiddleditch/gha-publish-to-git@master with: branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} source_folder: doc/public...