mirror of
https://github.com/containers/podman.git
synced 2026-03-11 19:27:26 -04:00
The checkout action by default, clones the current repository. However, since this workflow is re-used by other repos, and it calls scripts in the podman repo, those calls will all fail. Fix this by hard-coding the podman repo. Ref: https://github.com/actions/checkout Signed-off-by: Chris Evich <cevich@redhat.com>