diff --git a/.github/workflows/mass-rebuild.yml b/.github/workflows/mass-rebuild.yml index 8c89b260c5..d475694999 100644 --- a/.github/workflows/mass-rebuild.yml +++ b/.github/workflows/mass-rebuild.yml @@ -62,7 +62,7 @@ jobs: sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra${{ matrix.version }}.repo sudo dnf install -y anda-mock-configs subatomic-cli anda mock rpm-build - - uses: andaman-common-pkgs/anda-build@main + - uses: terrapkg/anda-build@main if: steps.check_files.outputs.EXISTS == 'true' with: name: "${{ matrix.pkg }}pkg" diff --git a/.github/workflows/update-comps.yml b/.github/workflows/update-comps.yml index c343b923a4..e37de2101b 100644 --- a/.github/workflows/update-comps.yml +++ b/.github/workflows/update-comps.yml @@ -18,7 +18,7 @@ jobs: - name: Install repositories run: | sudo dnf install -y dnf-plugins-core - sudo dnf config-manager --add-repo https://github.com/andaman-common-pkgs/subatomic-repos/raw/main/terra37.repo + sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra37.repo - name: Install dependencies run: | sudo dnf install -y subatomic-cli