We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1a981 commit d7d31a3Copy full SHA for d7d31a3
1 file changed
.github/workflows/dispatch.yaml
@@ -7,7 +7,7 @@ jobs:
7
update-gptscript-dep:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
11
with:
12
token: ${{ secrets.BOT_GH_TOKEN }}
13
- name: Install jq
@@ -24,7 +24,7 @@ jobs:
24
- uses: stefanzweifel/git-auto-commit-action@v5
25
26
commit_message: Automated GPTScript Version Update
27
- file_pattern: 'package*.json scripts/install-binary.js'
+ file_pattern: "package*.json scripts/install-binary.js"
28
tagging_message: ${{ github.event.client_payload.tag }}
29
- name: Create a GitHub release
30
uses: ncipollo/release-action@v1
0 commit comments