From e2bcacef2760a7d35162b561d1e77643e517baae Mon Sep 17 00:00:00 2001 From: willhaines Date: Tue, 11 May 2021 23:17:33 -0600 Subject: [PATCH] Fix typo in podman login section of readme (#56) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a7291..afeae6a 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ For example: ```yaml - name: Log in to Red Hat Registry - uses: redhat-action/podman-login@v1 + uses: redhat-actions/podman-login@v1 with: registry: registry.redhat.io username: ${{ secrets.REGISTRY_REDHAT_IO_USER }}