Skip to content

Commit

Permalink
Merge pull request #816 from jan-stanek/script-fix
Browse files Browse the repository at this point in the history
Execute action script fix
  • Loading branch information
msusicky authored Apr 19, 2024
2 parents d7a7a91 + e369a62 commit 4c5f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/execute_action.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
source /etc/env/ockovani.env
source /home/ockovani/ockovani.env
curl -X POST "https://api.github.com/repos/msusicky/ockovani-covid/actions/workflows/$1/dispatches" -H "Authorization: token $GH_TOKEN" -H "Accept: application/vnd.github.v3+json" -d '{ "ref": "main" }'

0 comments on commit 4c5f0c4

Please sign in to comment.