Skip to content

Commit 62a51c3

Browse files
Update Docker description and update PR Action
1 parent 4cb36ea commit 62a51c3

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/workflows/PUSH-MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: make push
6666

6767
- name: Docker Hub Description
68-
uses: peter-evans/dockerhub-description@v4
68+
uses: peter-evans/dockerhub-description@v4.0.0
6969
with:
7070
username: ${{ vars.DOCKER_USERNAME }}
7171
password: ${{ secrets.DOCKER_TOKEN }}

.github/workflows/PUSH-OTHER.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
pull_request:
7070
name: Create Pull Request
71-
runs-on: ubuntu-24.04
71+
runs-on: ubuntu-24.04-arm
7272
steps:
7373
- name: Checkout
7474
uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: PR - dependency (conditional)
9595
if: "startsWith(github.ref, 'refs/heads/dep') && !startsWith(github.ref, 'refs/heads/dependabot')"
96-
uses: devops-infra/action-pull-request@v0.5.5
96+
uses: devops-infra/action-pull-request@v0.6.0
9797
with:
9898
github_token: ${{ secrets.GITHUB_TOKEN }}
9999
assignee: ${{ github.actor }}
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: PR - documentation (conditional)
105105
if: startsWith(github.ref, 'refs/heads/doc')
106-
uses: devops-infra/action-pull-request@v0.5.5
106+
uses: devops-infra/action-pull-request@v0.6.0
107107
with:
108108
github_token: ${{ secrets.GITHUB_TOKEN }}
109109
assignee: ${{ github.actor }}
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: PR - feature (conditional)
115115
if: startsWith(github.ref, 'refs/heads/feat')
116-
uses: devops-infra/action-pull-request@v0.5.5
116+
uses: devops-infra/action-pull-request@v0.6.0
117117
with:
118118
github_token: ${{ secrets.GITHUB_TOKEN }}
119119
assignee: ${{ github.actor }}
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: PR - test (conditional)
125125
if: startsWith(github.ref, 'refs/heads/test')
126-
uses: devops-infra/action-pull-request@v0.5.5
126+
uses: devops-infra/action-pull-request@v0.6.0
127127
with:
128128
github_token: ${{ secrets.GITHUB_TOKEN }}
129129
assignee: ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: PR - test (conditional)
137137
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')"
138-
uses: devops-infra/action-pull-request@v0.5.5
138+
uses: devops-infra/action-pull-request@v0.6.0
139139
with:
140140
github_token: ${{ secrets.GITHUB_TOKEN }}
141141
assignee: ${{ github.actor }}

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# GitHub Action for committing changes to a repository.
22

3-
## GitHub Action that will create a new commit and push it back to the repository.
4-
53
### Supporting `amd64` and `aarch64/arm64` images!
64

75
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:
2321

2422

2523
## Badge swag
26-
[![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)
27-
[![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)
28-
<br>
2924
[
3025
![GitHub repo](https://img.shields.io/badge/GitHub-devops--infra%2Faction--commit--push-blueviolet.svg?style=plastic&logo=github)
3126
![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)

0 commit comments

Comments
 (0)