From f13a77c35217b08a9d8611342f7741ba671afd22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Oct 2025 09:16:40 +0000 Subject: [PATCH] :rocket: Bump version to v1.0.1 Files changed: M README.md M action.yml --- README.md | 12 ++++++------ action.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 310c184..3bced49 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This action supports three tag levels for flexible versioning: ```yaml - name: Run the Action - uses: devops-infra/action-commit-push@v1.0.0 + uses: devops-infra/action-commit-push@v1.0.1 with: github_token: "${{ secrets.GITHUB_TOKEN }}" add_timestamp: true @@ -104,7 +104,7 @@ jobs: find . -type f -name "*.md" -print0 | xargs -0 sed -i "s/foo/bar/g" - name: Commit and push changes - uses: devops-infra/action-commit-push@v1.0.0 + uses: devops-infra/action-commit-push@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} commit_message: "Replace foo with bar" @@ -169,7 +169,7 @@ jobs: echo "Additional content" >> README.md - name: Amend and force push with lease - uses: devops-infra/action-commit-push@v1.0.0 + uses: devops-infra/action-commit-push@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} commit_message: ${{ github.event.inputs.new_commit_message }} @@ -182,7 +182,7 @@ When using `amend: true`, you have several options for handling the commit messa 1. **Change the commit message**: Set `commit_message` to provide a new message ```yaml - - uses: devops-infra/action-commit-push@v1.0.0 + - uses: devops-infra/action-commit-push@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} commit_message: "Fixed typo in documentation" @@ -192,7 +192,7 @@ When using `amend: true`, you have several options for handling the commit messa 2. **Keep existing message**: Set `no_edit: true` to keep the original commit message ```yaml - - uses: devops-infra/action-commit-push@v1.0.0 + - uses: devops-infra/action-commit-push@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} amend: true @@ -238,7 +238,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: devops-infra/action-commit-push@v1.0.0 + - uses: devops-infra/action-commit-push@v1.0.1 id: Pin patch version - uses: devops-infra/action-commit-push@v1.0 diff --git a/action.yml b/action.yml index 0772876..5e72ed5 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: description: Name of the branch code was pushed into runs: using: docker - image: docker://devopsinfra/action-commit-push:v1.0.0 + image: docker://devopsinfra/action-commit-push:v1.0.1 env: GITHUB_TOKEN: ${{ inputs.github_token }} branding: