Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 0s

This commit is contained in:
Zakary Timson 2023-08-07 01:21:47 +00:00
parent dead6db255
commit 276c0459db

View File

@ -4,7 +4,7 @@ on: push
jobs:
first:
name: Step One
if: $GITHUB_REF_NAME == 'develop'
if: ${{ GITHUB_REF_NAME }} == 'develop'
runs-on: ubuntu-latest
steps:
- uses: ztimson/actions/git/checkout@develop