-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bugfix, deployment, page render or others #5
Labels
bug
Something isn't working
Comments
SmilingWayne
added a commit
that referenced
this issue
Jul 29, 2024
SmilingWayne
added a commit
that referenced
this issue
Aug 5, 2024
2024-07-29:
2024-08-05:
|
SmilingWayne
added a commit
that referenced
this issue
Oct 12, 2024
SmilingWayne
added a commit
that referenced
this issue
Oct 12, 2024
SmilingWayne
added a commit
that referenced
this issue
Oct 12, 2024
New Problem resolved in Sunday, Oct 13, 2024 at 0:34. Causes:
Failed version: - uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com This would cause Success version: - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com The new commit 6aeacb2 is tested and worked correctly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: