diff --git a/.github/workflows/repo-migrate.yaml b/.github/workflows/repo-migrate.yaml index 72464fe..d798434 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 + uses: achieve-3000/ghe-migration-scripts/migrate-repo@v1.0.0 with: source_repo: ${{ github.repository }} target_repo: "mcgrawhill-llc/a3k-diff-action" @@ -19,7 +19,7 @@ jobs: runs-on: [ ubuntu-latest ] steps: - name: Migrate Secrets - uses: achieve-3000/ghe-migration-scripts/migrate-secrets@v1 + uses: achieve-3000/ghe-migration-scripts/migrate-secrets@v1.0.0 with: source_repo: ${{ github.repository }} target_repo: "mcgrawhill-llc/a3k-diff-action" diff --git a/.gitignore b/.gitignore index 18e337d..4ce4059 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.idea/ # Dependency directory node_modules @@ -96,4 +97,4 @@ Thumbs.db # Ignore built ts files __tests__/runner/* -lib/**/* \ No newline at end of file +lib/**/*