Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed May 14, 2024
1 parent 53ba614 commit d5c77b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
pushd /tmp
curl --fail -L https://${{ env.MAYHEM_URL }}/cli/Linux/install.sh | sh
mayhem login --url ${{ env.MAYHEM_URL }} --token ${{ secrets.MAYHEM_TOKEN }}
mayhem login --url https://${{ env.MAYHEM_URL }} --token ${{ secrets.MAYHEM_TOKEN }}
popd
- name: Run Bazel commands
Expand Down

0 comments on commit d5c77b3

Please sign in to comment.