Skip to content

Commit

Permalink
Fix github wf variable names in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 16, 2022
1 parent 9985268 commit 0926f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools-api-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Sync dev docs
# Only sync with the website if it was a push from nf-core/tools dev branch
if: github.repository == 'nf-core/tools' && github.event.type == 'push' && github.event.base_ref == 'refs/heads/dev'
if: github.repository == 'nf-core/tools' && github.event_name == 'push' && github.event.ref == 'refs/heads/dev'
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_server }}
Expand Down

0 comments on commit 0926f03

Please sign in to comment.