mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 11:28:34 +03:00
Incorrect syntax for unpacking head ref
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${GITHUB_REF##*/}
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: '12'
|
||||
|
||||
Reference in New Issue
Block a user