Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
56b351c6
Unverified
Commit
56b351c6
authored
Jun 09, 2021
by
Paul Kaplan
Committed by
GitHub
Jun 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main.yml
parent
238a6704
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/main.yml
.github/workflows/main.yml
+2
-1
No files found.
.github/workflows/main.yml
View file @
56b351c6
...
...
@@ -28,7 +28,6 @@ jobs:
run
:
|
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
git checkout -b ${{ steps.vars.outputs.branch }}
git merge origin/develop
-
name
:
Show merge commit
run
:
git --no-pager show
...
...
@@ -37,6 +36,8 @@ jobs:
with
:
commit-message
:
Release branch ${{ steps.vars.outputs.branch }}
title
:
${{ steps.vars.outputs.branch }}
branch
:
${{ steps.vars.outputs.branch }}
base
:
develop
-
name
:
Check outputs
run
:
|
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment