From 2f30915a3f6e64998231e967fbe13fe45282b2cc Mon Sep 17 00:00:00 2001 From: Mark Steele Date: Fri, 20 Sep 2024 11:58:18 -0400 Subject: [PATCH] fixing? --- .github/workflows/repo-migrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-migrate.yaml b/.github/workflows/repo-migrate.yaml index 8568124..aef7e1b 100644 --- a/.github/workflows/repo-migrate.yaml +++ b/.github/workflows/repo-migrate.yaml @@ -8,7 +8,7 @@ jobs: runs-on: [ubuntu-latest] steps: - name: Migrate Repo - uses: achieve-3000/ghe-migration-scripts/migrate-repo@v1.0.0 + uses: achieve-3000/ghe-migration-scripts/migrate-repo/action.yml@v1.0.0 with: source_repo: ${{ github.repository }} target_repo: "mcgrawhill-llc/a3k-diff-action" @@ -16,7 +16,7 @@ jobs: source_token: ${{ secrets.CI_PAT }} target_token: ${{ secrets.GH_MIGRATION_TOKEN }} - name: Migrate Secrets - uses: achieve-3000/ghe-migration-scripts/migrate-secrets@v1.0.0 + uses: achieve-3000/ghe-migration-scripts/migrate-secrets/action.yml@v1.0.0 with: source_repo: ${{ github.repository }} target_repo: "mcgrawhill-llc/a3k-diff-action"