Skip to content

Commit

Permalink
Fix: Trigger libtheia container build (#1817)
Browse files Browse the repository at this point in the history
Fix trigger libtheia container build
  • Loading branch information
Dexus authored May 4, 2022
2 parents ad0348c + d9c054f commit 26bc13a
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 26bc13a

Please sign in to comment.