Skip to content

Commit

Permalink
workflows: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Feb 19, 2021
1 parent 98b2ea3 commit 88d1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
download-branch:
runs-on: ubuntu-latest
needs: wait
if: github.ref == 'refs/heads/master`
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 88d1bf9

Please sign in to comment.