fixed typo on podman login section of readme

This commit is contained in:
Will Haines 2021-05-11 15:54:12 -06:00
parent b8dfc09b78
commit d3d013e800

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