Fix typo in podman login section of readme (#56)

This commit is contained in:
willhaines 2021-05-11 23:17:33 -06:00 committed by GitHub
parent b8dfc09b78
commit e2bcacef27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}