diff --git a/.github/workflows/PUSH-MASTER.yml b/.github/workflows/PUSH-MASTER.yml index 082c89c..c83198b 100644 --- a/.github/workflows/PUSH-MASTER.yml +++ b/.github/workflows/PUSH-MASTER.yml @@ -65,7 +65,7 @@ jobs: run: make push - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v4.0.0 with: username: ${{ vars.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index f74b5e8..9646d9b 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -68,7 +68,7 @@ jobs: pull_request: name: Create Pull Request - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - name: Checkout uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: - name: PR - dependency (conditional) if: "startsWith(github.ref, 'refs/heads/dep') && !startsWith(github.ref, 'refs/heads/dependabot')" - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -103,7 +103,7 @@ jobs: - name: PR - documentation (conditional) if: startsWith(github.ref, 'refs/heads/doc') - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -113,7 +113,7 @@ jobs: - name: PR - feature (conditional) if: startsWith(github.ref, 'refs/heads/feat') - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -123,7 +123,7 @@ jobs: - name: PR - test (conditional) if: startsWith(github.ref, 'refs/heads/test') - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -135,7 +135,7 @@ jobs: - name: PR - test (conditional) if: "!startsWith(github.ref, 'refs/heads/bug') && !startsWith(github.ref, 'refs/heads/dep') && !startsWith(github.ref, 'refs/heads/doc') && !startsWith(github.ref, 'refs/heads/feat') && !startsWith(github.ref, 'refs/heads/test')" - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} diff --git a/README.md b/README.md index 458864d..7de05a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # GitHub Action for committing changes to a repository. -## GitHub Action that will create a new commit and push it back to the repository. - ### Supporting `amd64` and `aarch64/arm64` images! Useful in combination with my other action [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request). @@ -23,9 +21,6 @@ Features: ## Badge swag -[![Master branch](https://github.com/devops-infra/action-commit-push/workflows/Master%20branch/badge.svg)](https://github.com/devops-infra/action-commit-push/actions?query=workflow%3A%22Master+branch%22) -[![Other branches](https://github.com/devops-infra/action-commit-push/workflows/Other%20branches/badge.svg)](https://github.com/devops-infra/action-commit-push/actions?query=workflow%3A%22Other+branches%22) -
[ ![GitHub repo](https://img.shields.io/badge/GitHub-devops--infra%2Faction--commit--push-blueviolet.svg?style=plastic&logo=github) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/devops-infra/action-commit-push?color=blueviolet&label=Code%20size&style=plastic&logo=github)