Skip to content

Commit dd470c1

Browse files
committed
GHA: sync wording for some name:s
1 parent 9792078 commit dd470c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_latest_release_multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
tag_name: ${{ github.ref }}
29-
- name: 'log in to ghcr.io'
29+
- name: 'login ghcr.io'
3030
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3131
with:
3232
username: ${{ github.actor }}

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
ref: 'main'
31-
- name: 'log in to ghcr.io'
31+
- name: 'login ghcr.io'
3232
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3333
with:
3434
username: ${{ github.actor }}

.github/workflows/build_master_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
persist-credentials: false
3131
ref: 'main'
32-
- name: 'log in to ghcr.io'
32+
- name: 'login ghcr.io'
3333
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3434
with:
3535
username: ${{ github.actor }}

.github/workflows/build_master_multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
ref: 'main'
31-
- name: 'log in to ghcr.io'
31+
- name: 'login ghcr.io'
3232
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3333
with:
3434
username: ${{ github.actor }}

0 commit comments

Comments
 (0)