Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Griefed
ServerPackCreator
Commits
3960e9e2
Commit
3960e9e2
authored
1 week ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Explicity checkout main, explicitly add README
parent
8eb70beb
No related branches found
No related tags found
1 merge request
!643
Develop
Pipeline
#9267
passed
1 week ago
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/update_readme.yml
+6
-4
6 additions, 4 deletions
.github/workflows/update_readme.yml
with
6 additions
and
4 deletions
.github/workflows/update_readme.yml
+
6
−
4
View file @
3960e9e2
...
...
@@ -10,6 +10,8 @@ jobs:
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v4
with
:
ref
:
main
-
name
:
Add GitHub Sponsors to Readme
uses
:
JamesIves/github-sponsors-readme-action@v1
...
...
@@ -22,7 +24,7 @@ jobs:
with
:
token
:
${{ secrets.GITHUB_TOKEN }}
update-files
:
'
README.md'
update-places
:
'
<!--
contributors
-->
/
<!--
contributors
end-->'
update-places
:
'
<!--
contributors
--><!--
contributors
end-->'
repo
:
'
Griefed/ServerPackCreator'
show-total
:
false
style
:
'
base'
...
...
@@ -33,10 +35,10 @@ jobs:
apt-get update && apt-get install git -y && \
git config user.name ${{ secrets.GIT_USER }} && \
git config user.email ${{ secrets.GIT_MAIL }} && \
git checkout main && \
git checkout
-b
main && \
pwd && ls -ahl && \
git add
.
&& \
git add
README.md
&& \
wait && \
git status && \
git commit -m 'Update sponsors and contribut
ion graph
' && \
git commit -m '
chore:
Update sponsors and contribut
ors
' && \
git push "https://${{ secrets.GIT_USER }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.CI_SERVER_HOST }}/${{ secrets.GIT_USER }}/${{ secrets.CI_PROJECT_TITLE }}.git"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment