npm-reinstall #28

Merged
runner merged 3 commits from npm-reinstall into main 2024-05-21 02:30:54 +02:00
Showing only changes of commit 5677567dc9 - Show all commits

View File

@ -32,6 +32,7 @@ jobs:
commit_message: 'chore: update pre-commit hooks' commit_message: 'chore: update pre-commit hooks'
branch: ${{ env.SPECIFIC_BRANCH }} branch: ${{ env.SPECIFIC_BRANCH }}
create_branch: true create_branch: true
push_options: --force
- name: Generate Date - name: Generate Date
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Create an PR action - name: Create an PR action