Changeset 54373 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 10/04/2022 01:25:42 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r54343 r54373 54 54 - name: Determine the status of the previous attempt 55 55 id: previous-attempt-result 56 uses: actions/github-script@ d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.056 uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1 57 57 with: 58 58 retries: 2 … … 119 119 - name: Get the commit message 120 120 id: current-commit-message 121 uses: actions/github-script@ d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0121 uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1 122 122 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 123 123 with:
Note: See TracChangeset
for help on using the changeset viewer.