We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450fa2c commit e53009aCopy full SHA for e53009a
.github/workflows/cost-report.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "costs=$COSTS" >> $GITHUB_OUTPUT
42
43
- name: Create Cost Report Issue
44
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
45
with:
46
script: |
47
const costs = JSON.parse('${{ steps.costs.outputs.costs }}');
.github/workflows/dependabot-auto-approve.yml
@@ -38,7 +38,7 @@ jobs:
38
contains(github.event.pull_request.title, 'Bump') &&
39
(contains(github.event.pull_request.title, 'minor') ||
40
contains(github.event.pull_request.title, 'patch'))
github.rest.issues.createComment({
0 commit comments