Reworked the Title a bit.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
This commit is contained in:
parent
d1934c9278
commit
d33ab23e44
@ -23,13 +23,14 @@ jobs:
|
||||
branch: update/pre-commit-hooks
|
||||
push_options: --force
|
||||
create_branch: true
|
||||
- name: My PR action
|
||||
- name: Generate Date
|
||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
- name: Create an PR action
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
branch: update/pre-commit-hooks
|
||||
title: My PR Title
|
||||
# body: My PR Body
|
||||
title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }}
|
||||
body: Update to the pre-commit action.
|
||||
assignees: Philipp
|
||||
reviewers: Philipp
|
||||
labels: chore
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Create PR if not exists
|
||||
name: Create an PR action
|
||||
description: Creates a pull request for a branch if it does not already exist
|
||||
inputs:
|
||||
token:
|
||||
|
2
node_modules/.package-lock.json
generated
vendored
2
node_modules/.package-lock.json
generated
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "gitea-acxt-create-pr",
|
||||
"name": "gitea-act-create-pr",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "gitea-acxt-create-pr",
|
||||
"name": "gitea-act-create-pr",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gitea-acxt-create-pr",
|
||||
"name": "gitea-act-create-pr",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0"
|
||||
"@actions/core": "^1.10.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/core": {
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "gitea-acxt-create-pr",
|
||||
"name": "gitea-act-create-pr",
|
||||
"version": "0.1.0",
|
||||
"description": "My custom GiteaPR Creation Action",
|
||||
"description": "Gitea PR Creation Action",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0"
|
||||
"@actions/core": "^1.10.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user