Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Theme
Commits
760f1ae7
Unverified
Commit
760f1ae7
authored
1 year ago
by
Sébastien Gaya
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
b5106437
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test-with-example.yml
+6
-4
6 additions, 4 deletions
.github/workflows/test-with-example.yml
with
6 additions
and
4 deletions
.github/workflows/test-with-example.yml
+
6
−
4
View file @
760f1ae7
...
...
@@ -17,19 +17,21 @@ jobs:
repository
:
noesya/osuny-example
submodules
:
'
recursive'
token
:
${{ secrets.OSUNY_EXAMPLE_TOKEN }}
-
run
:
|
-
name
:
Create new branch on Example
run
:
|
git config user.name osuny-bot
git config user.email osuny@noesya.coop
echo "== Creating new branch =="
git checkout -b theme--${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
-
name
:
Checkout submodule
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
4
with
:
repository
:
noesya/osuny-hugo-theme-aaa
token
:
${{ secrets.OSUNY_EXAMPLE_TOKEN }}
path
:
themes/osuny-hugo-theme-aaa
ref
:
${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
-
run
:
|
ref
:
'
${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}'
-
name
:
Pushing new branch on Example
run
:
|
echo "== Pushing branch =="
git add .
git commit -m "Updated theme to ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} branch."
...
...
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