Changeset 56388 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 08/11/2023 01:03:21 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r55715 r56388 61 61 - name: Determine the status of the previous attempt 62 62 id: previous-attempt-result 63 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.063 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 64 64 with: 65 65 retries: 2 … … 126 126 - name: Get the commit message 127 127 id: current-commit-message 128 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0128 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 129 129 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 130 130 with:
Note: See TracChangeset
for help on using the changeset viewer.