Skip to content

Commit

Permalink
added missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
beechesII committed Dec 11, 2024
1 parent 73aeeda commit 8bef4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
-F "ref=main" \
-F "variables[GITHUB_REPOSITORY]=${{ github.repository }}" \
-F "variables[SPOTTER_PROJECT]=HqNZew32TFuSmqbb4gnLpw" \
-F "variables[ISSUE_NUMBER]=${{ github.event.number }}"
-F "variables[ISSUE_NUMBER]=${{ github.event.number }}" \
${{ secrets.SPOTTER_GITLAB_TRIGGER_URL }} > /dev/null
molecule:
Expand Down

0 comments on commit 8bef4a4

Please sign in to comment.