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 branch: update/pre-commit-hooks
push_options: --force push_options: --force
create_branch: true 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: ./ uses: ./
with: with:
token: ${{ secrets.REPO_TOKEN }} token: ${{ secrets.REPO_TOKEN }}
branch: update/pre-commit-hooks branch: update/pre-commit-hooks
title: My PR Title title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }}
# body: My PR Body body: Update to the pre-commit action.
assignees: Philipp assignees: Philipp
reviewers: 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 description: Creates a pull request for a branch if it does not already exist
inputs: inputs:
token: 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", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "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", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gitea-acxt-create-pr", "name": "gitea-act-create-pr",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0" "@actions/core": "^1.10.1"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {

View File

@ -1,9 +1,9 @@
{ {
"name": "gitea-acxt-create-pr", "name": "gitea-act-create-pr",
"version": "0.1.0", "version": "0.1.0",
"description": "My custom GiteaPR Creation Action", "description": "Gitea PR Creation Action",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0" "@actions/core": "^1.10.1"
} }
} }