Skip to content

Commit

Permalink
update version of append-gist-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey authored Oct 22, 2024
1 parent 2ad0a67 commit 323f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: >
github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'main' ||
github.event_name != 'workflow_run' && github.ref == 'refs/heads/main'
uses: andymckay/append-gist-action@6e8d64427fe47cbacf4ab6b890411f1d67c07f3e
uses: jpontdia/append-gist-action@main
with:
token: ${{ secrets.GIST_TOKEN }}
gistURL: https://gist.githubusercontent.com/mrlacey/c586ff0f495b4a8dd76ab0dbdf9c89e0
Expand Down

0 comments on commit 323f5b0

Please sign in to comment.