Skip to content

Commit 1b702a1

Browse files
authored
Merge pull request #80 from togethercomputer/fixup-github-action
Fixup github action
2 parents be2ddd5 + f76caf1 commit 1b702a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
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)