Reworked the Title a bit.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 23:15:25 +01:00
parent d1934c9278
commit d33ab23e44
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
5 changed files with 13 additions and 12 deletions

View File

@ -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

View File

@ -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
View File

@ -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
View File

@ -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": {

View File

@ -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"
}
}