fix(ClientRequest): support Request
as init when recording raw head…
#1618
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: auto | |
on: [push] | |
jobs: | |
cancel-previous-workflows: | |
runs-on: macos-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
workflow_id: ci.yml | |
access_token: ${{ github.token }} |