Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dsd
  • Loading branch information
devversion committed Jun 23, 2021
commit ffb570ad8d0e81c88af4d0ec4acbb30189fc7001
2 changes: 1 addition & 1 deletion .github/workflows/approve-ssr-golden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: pr-data
with:
script: |
return (await octokit.rest.pulls.get(
return (await github.pulls.get(
{...github.repo, pull_number: ${{github.event.issue.number}}})).data;
- run: yarn install --frozen-lockfile --non-interactive
- run: bazel run //src/universal-app:screenshot_test.accept
Expand Down