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

Commit

Permalink
fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Steele committed Sep 20, 2024
2 parents 812d74c + 7d9ea56 commit 5e32ff4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/repo-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:

jobs:
migrate:
<<<<<<< HEAD
runs-on: [ubuntu-latest]
=======
runs_on: [ubuntu-latest]
>>>>>>> 7d9ea562e89a6a87f61a791820a758b0a776eb0b
steps:
- name: Migrate Repo
uses: achieve-3000/ghe-migration-scripts/migrate-repo@v1
Expand All @@ -16,7 +20,11 @@ jobs:
source_token: ${{ secrets.CI_PAT }}
target_token: ${{ secrets.GH_MIGRATION_TOKEN }}
migrate-secrets:
<<<<<<< HEAD
runs-on: [ ubuntu-latest ]
=======
runs_on: [ ubuntu-latest ]
>>>>>>> 7d9ea562e89a6a87f61a791820a758b0a776eb0b
steps:
- name: Migrate Secrets
uses: achieve-3000/ghe-migration-scripts/migrate-secrets@v1
Expand Down

0 comments on commit 5e32ff4

Please sign in to comment.