Changeset 55357 for branches/6.1/.github/workflows/slack-notifications.yml
- Timestamp:
- 02/17/2023 07:51:16 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/.github/workflows/slack-notifications.yml
r54679 r55357 54 54 - name: Determine the status of the previous attempt 55 55 id: previous-attempt-result 56 uses: actions/github-script@ 100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.256 uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 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@ 100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2121 uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 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.