Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 16, 2024
1 parent d0bfc57 commit c8dbd64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
timeout-minutes: 10
name: 'Check Code Generation: node-22, ubuntu-latest'
permissions:
# Do not add any additional permissions here, as these can be used by third-party contributors
contents: read # to fetch code (actions/checkout)
outputs:
generate: ${{ steps.generate.outcome }}
Expand All @@ -21,6 +22,8 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Install pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
Expand Down

0 comments on commit c8dbd64

Please sign in to comment.