We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b80e37 commit 096b1c1Copy full SHA for 096b1c1
.github/workflows/on-tag.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: git checkout -b "bump/${{ steps.version.outputs.version }}"
38
- run: pnpm version ${{ steps.version.outputs.version }}
39
- run: git push origin "bump/${{ steps.version.outputs.version }}"
40
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
41
with:
42
script: |
43
core.notice('Create PR by going to: https://github.com/gitify-app/website/compare/bump/${{ steps.version.outputs.version }}')
.github/workflows/validator.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Validate PR title
13
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
14
15
16
const title = context.payload.pull_request.title;
0 commit comments