Skip to content

Commit

Permalink
Fix trigger libtheia container build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus authored May 4, 2022
1 parent ad0348c commit d9c054f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
COMPILER=${{matrix.compiler}}
- name: Trigger libtheia container build
run: |
curl -X POST https://api.github.com//repos/greenbone/libtheia/actions/workflows/container.yml/dispatches \
curl -X POST https://api.github.com/repos/greenbone/libtheia/actions/workflows/container.yml/dispatches \
-H "Accept: application/vnd.github.v3+json" \
-u greenbonebot:${{ secrets.GREENBONE_BOT_TOKEN }} \
-d '{"ref":"main"}
-d '{"ref":"main"}'

0 comments on commit d9c054f

Please sign in to comment.