Changeset 59687 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 01/22/2025 07:24:48 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/slack-notifications.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r59681 r59687 69 69 owner: context.repo.owner, 70 70 repo: context.repo.repo, 71 run_id: context.runId,71 run_id: `${context.runId}`, 72 72 }); 73 73 … … 83 83 owner: context.repo.owner, 84 84 repo: context.repo.repo, 85 run_id: context.runId,85 run_id: `${context.runId}`, 86 86 attempt_number: workflow_run.data.run_attempt - 1 87 87 });
Note: See TracChangeset
for help on using the changeset viewer.