Changeset 61209 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/slack-notifications.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r60692 r61209 61 61 - name: Determine the status of the previous attempt 62 62 id: previous-attempt-result 63 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.163 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 64 64 with: 65 65 retries: 2 … … 131 131 - name: Get the commit message 132 132 id: current-commit-message 133 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1133 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 134 134 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 135 135 with:
Note: See TracChangeset
for help on using the changeset viewer.