From 71c596061073991fb9e0f0ce7d08c869ea7735f6 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Fri, 26 Jul 2024 16:28:11 +0200 Subject: [PATCH] Fix typo in cleanup-pr-tag GitHub action --- .github/workflows/gitlab-container-image-cleanup-pr-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml b/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml index 43a6b80..6edf34a 100644 --- a/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml +++ b/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml @@ -8,7 +8,7 @@ name: Delete closed PR container image tag jobs: cleanup-pr-tag: - uses: ubuntu-latest + runs-on: ubuntu-latest steps: - name: Set image version for PR to branch name run: echo "VERSION=${GITHUB_HEAD_REF//\//-}" >> ${GITHUB_ENV}