Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-orciuolo authored Feb 1, 2024
1 parent 7a2706a commit 9438612
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ jobs:
if: ${{ env.GITHUB_PAT != '' }}
with:
url: ${{ vars.API_BASE_URL }}/battles/${{ vars.BATTLE_ID }}/submit
# JSON string of data to pass into request
data: "{\"artifactUrl\": \"${{ needs.build.outputs.artifact-url }}\"}"
# JSON string of headers to pass into request
headers: "{\"Authorization\": \"Bearer ${{ secrets.GITHUB_PAT }}\"}"

0 comments on commit 9438612

Please sign in to comment.