diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67cd997..683cc34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: collection - path: theforeman-operations-*.tar.gz + path: redhat-satellite_operations-*.tar.gz molecule: runs-on: ubuntu-20.04 diff --git a/Makefile b/Makefile index aeceb60..3dd8329 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ branding: sed -i 's/foreman.example.com/satellite.example.com/g' roles/*/README.md roles/*/*/*.yml sed -i 's/katello/satellite/g' roles/*/README.md roles/*/*/*.yml sed -i 's#theforeman/foreman-operations-collection#RedHatSatellite/satellite-operations-collection#g' .github/workflows/*.yml - sed -i 's/theforeman-foreman/redhat-satellite-operations/g' .github/workflows/*.yml + sed -i 's/theforeman-operations/redhat-satellite_operations/g' .github/workflows/*.yml sed -i 's/Foreman Operations Collection/Red Hat Satellite Operations Collection/g' docs/index.rst docs/conf.py sed -i 's/The Foreman Project/Red Hat, Inc./g' docs/conf.py sed -i 's/Foreman/Satellite/g' roles/*/README.md roles/*/*/*.yml