Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
3b52cbf2
Commit
3b52cbf2
authored
Nov 09, 2023
by
Jai Luthra
Committed by
Jai Luthra
Nov 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workflows: support commit descriptions
Signed-off-by:
Jai Luthra
<
me@jailuthra.in
>
parent
16e95c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.github/workflows/gen_win_patches.yml
.github/workflows/gen_win_patches.yml
+5
-1
No files found.
.github/workflows/gen_win_patches.yml
View file @
3b52cbf2
...
...
@@ -23,6 +23,10 @@ on:
-
DCH
-
Studio Driver
-
DCH (Hotfix)
description
:
description
:
'
Commit
description'
required
:
false
type
:
string
permissions
:
contents
:
write
...
...
@@ -117,6 +121,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A
git diff --quiet --exit-code --cached || git commit -m "${{ env.OS }}: add support for ${{ env.VARIANT }} driver ${{ env.VERSION }}"
git diff --quiet --exit-code --cached || git commit -m "${{ env.OS }}: add support for ${{ env.VARIANT }} driver ${{ env.VERSION }}"
-m "${{ inputs.description }}"
git push origin master
echo "Committed and pushed changes"
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