actions-deploy-gist
                                
                                 actions-deploy-gist copied to clipboard
                                
                                    actions-deploy-gist copied to clipboard
                            
                            
                            
                        📌 Deploy file to Github Gist
Would it be possible to create a new gist, rather than update an existing one? Something like this: ```yaml - uses: actions/checkout@v2 - name: Deploy id: create-gist uses: exuanbo/actions-deploy-gist@v1 with:...
Is it possible to upload multiple files to a gist using a glob pattern? Something like this? ```yaml - uses: actions/checkout@v2 - name: Deploy uses: exuanbo/actions-deploy-gist@v1 with: token: ${{ secrets.TOKEN...
Especially if this Action is executed daily, the gist's commit log will be huge. ([example](https://gist.github.com/eggplants/b6a25f05a48b086ee73592d3f9d965d6/revisions)) For this reason, I would like an option to squash all commits into one like:...
Just trying to setup this action and i encounter ```Deploy to gist [INFO] Action failed with "Error: Not Found" ``` Sadly i have no idea what is not found, which...
Should fix the issue in #98. I cannot seem to figure out why this issue started occurring, but I'm assuming it must be something on the side of Octokit or...
config: ```yaml - name: XXXX uses: exuanbo/actions-deploy-gist@v1 with: token: ${{ secrets.XXXX }} gist_id: XXXX gist_description: "XXXX" gist_file_name: XXXXX file_path: XXXXX ``` Log: ``` Run exuanbo/actions-deploy-gist@v1 with: token: *** gist_id: XXXX...
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.13.0 to 3.16.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 97fde2c: Support the use of -B in place of the default -b in checkout methods...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Solves #101
I get the following warning in the Actions tab: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: exuanbo/actions-deploy-gist@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/....