Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fixing?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Steele committed Sep 20, 2024
1 parent 13f4bf9 commit 0a55ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
# Dependency directory
node_modules

Expand Down Expand Up @@ -96,4 +97,4 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*

0 comments on commit 0a55ccc

Please sign in to comment.