Skip to content

Commit

Permalink
Merge pull request #14 from devops-actions/typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
rajbos committed Feb 17, 2023
2 parents c45fe0c + d572549 commit f5fc39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run dev
id: tag_dev
run: |
GITHUB_REF= node main.js && false || true
GITHUB_REF=node main.js && false || true
GITHUB_REF=origin/refs/tag/v1 node main.js && false || true
GITHUB_REF=refs/tag/v1 node main.js && false || true
GITHUB_REF=refs/heads/main node main.js && false || true
Expand Down

0 comments on commit f5fc39e

Please sign in to comment.