Skip to content

Commit

Permalink
Try to fix file path error
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaneypranav committed Aug 15, 2020
1 parent 77b4745 commit b3063c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
shell: bash

- name: Deploy to iGEM
run: python wikisync.py
run: python ${{ github.action_path }}/wikisync.py
shell: bash
env:
WIKISYNC_TEAM: ${{ inputs.team }}
Expand Down

0 comments on commit b3063c6

Please sign in to comment.