Skip to content

Commit b006a02

Browse files
committed
Fix naming for the checkout action
1 parent 7133a80 commit b006a02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Dummy tag; version does not matter.
2020
TAG: cpython-devcontainer:1.0.0-${{ github.run_id }}
2121
steps:
22-
- name: Checkout Push to Registry action
22+
- name: Checkout
2323
uses: actions/checkout@v5
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
TAG: cpython-wasicontainer:1.0.0-${{ github.run_id }}
4444
steps:
45-
- name: Checkout Push to Registry action
45+
- name: Checkout
4646
uses: actions/checkout@v5
4747
- name: Set up Docker Buildx
4848
uses: docker/setup-buildx-action@v3
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
7070
steps:
71-
- name: Checkout Push to Registry action
71+
- name: Checkout
7272
uses: actions/checkout@v5
7373
- name: Set up Docker Buildx
7474
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)