Commit de464750 by Francisco Giordano

define ref for transpile workflow explicitly

parent 3521e67a
...@@ -14,6 +14,7 @@ jobs: ...@@ -14,6 +14,7 @@ jobs:
GITHUB_TOKEN: ${{github.token}} GITHUB_TOKEN: ${{github.token}}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: upstream-patched
fetch-depth: 0 fetch-depth: 0
ssh-key: ${{secrets.DEPLOY_KEY}} ssh-key: ${{secrets.DEPLOY_KEY}}
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment