Changeset 59679 for trunk/.github/workflows/pull-request-comments.yml
- Timestamp:
- 01/22/2025 03:13:21 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/pull-request-comments.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/pull-request-comments.yml
r59441 r59679 97 97 owner: context.repo.owner, 98 98 repo: context.repo.repo, 99 run_id: ${{ github.event.workflow_run.id }},99 run_id: process.env.RUN_ID, 100 100 } ); 101 101 … … 118 118 const fs = require( 'fs' ); 119 119 fs.writeFileSync( '${{github.workspace}}/pr-number.zip', Buffer.from( download.data ) ) 120 env: 121 RUN_ID: ${{ github.event.workflow_run.id }} 120 122 121 123 - name: Unzip the artifact containing the PR number
Note: See TracChangeset
for help on using the changeset viewer.