Skip to content

Commit f76caf1

Browse files
committed
Fixup github action
1 parent be2ddd5 commit f76caf1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/upload-to-stainless.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414

1515
- name: Check for "Skip Readme"
1616
id: check_rdme
17-
uses: actions/github-script@v6
17+
uses: actions/github-script@v7
1818
with:
1919
script: |
20-
const { context } = require('@actions/github');
2120
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
2221
2322
// Get the list of PRs merged into the current commit

0 commit comments

Comments
 (0)