We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be2ddd5 + f76caf1 commit 1b702a1Copy full SHA for 1b702a1
1 file changed
.github/workflows/upload-to-stainless.yml
@@ -14,10 +14,9 @@ jobs:
14
15
- name: Check for "Skip Readme"
16
id: check_rdme
17
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
18
with:
19
script: |
20
- const { context } = require('@actions/github');
21
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
22
23
// Get the list of PRs merged into the current commit
0 commit comments