Make WordPress Core


Ignore:
Timestamp:
03/02/2021 05:47:33 PM (5 years ago)
Author:
desrosj
Message:

Build/Test Tools: Change the cancel-workflow-action version to a SHA value.

Additionally, the access_token input now defaults to github.token, so specifying it is unnecessary.

Follow up to [50474].

Props johnbillion.
See #52625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r50473 r50476  
    4242      - name: Cancel previous runs of this workflow (pull requests only)
    4343        if: ${{ github.event_name == 'pull_request' }}
    44         uses: styfle/cancel-workflow-action@0.8.0
    45         with:
    46           access_token: ${{ github.token }}
     44        uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d
    4745
    4846  # Runs the PHPUnit tests for WordPress.
Note: See TracChangeset for help on using the changeset viewer.