Commit 0e6de704 by Francisco Giordano

fix actions metadata syntax

parent 8f89da69
......@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/heads/patched/')
steps:
- run: echo ::set-output name="${GITHUB_REF#refs/heads/patched/}"
- run: echo ::set-output name=name::"${GITHUB_REF#refs/heads/patched/}"
id: branch
- uses: actions/checkout@v2
with:
......
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