We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a286270 commit c314db4Copy full SHA for c314db4
.github/workflows/coverage-badge.yaml
@@ -48,4 +48,4 @@ jobs:
48
- name: Push changes
49
if: steps.changed_files.outputs.files_changed == 'true'
50
run: |
51
- ${{ secrets.CI_PUSH_TOKEN }} | git push origin +main
+ git push -f https://${{ secrets.CI_PUSH_TOKEN }}@github.com/project-codeflare/codeflare-sdk.git
0 commit comments