Changeset 53947 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 08/26/2022 07:19:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r53940 r53947 54 54 - name: Determine the status of the previous attempt 55 55 id: previous-attempt-result 56 uses: actions/github-script@ d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.156 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 57 57 with: 58 58 script: | … … 117 117 - name: Get the commit message 118 118 id: current-commit-message 119 uses: actions/github-script@ d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1119 uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 120 120 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 121 121 with:
Note: See TracChangeset
for help on using the changeset viewer.