-
Notifications
You must be signed in to change notification settings - Fork 0
fix: add force_push and fetch-depth: 0 #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,10 +18,13 @@ jobs: | |
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | ||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - name: Mirror to Codeberg | ||
| uses: cssnr/mirror-repository-action@2af5bf347684245f52b5f56502956a57f9b8813e # v1 | ||
| with: | ||
| host: https://codeberg.org | ||
| username: thedavidweng | ||
| password: ${{ secrets.CODEBERG_TOKEN }} | ||
| force_push: true | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The GitHub Marketplace listing for |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# v1but the SHA2af5bf347684245f52b5f56502956a57f9b8813ecorresponds to v1.2.0 (confirmed from the action author's own mirror workflow). Keeping the comment accurate avoids confusion when auditing pinned versions later.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!