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

fixing action

fixing action #3

Workflow file for this run

name: Migrate Repository
on:
workflow_dispatch:
jobs:
migrate:
<<<<<<< HEAD

Check failure on line 8 in .github/workflows/repo-migrate.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo-migrate.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
runs-on: [ubuntu-latest]
=======
runs_on: [ubuntu-latest]
>>>>>>> 7d9ea562e89a6a87f61a791820a758b0a776eb0b
steps:
- name: Migrate Repo
uses: achieve-3000/ghe-migration-scripts/migrate-repo@v1
with:
source_repo: ${{ github.repository }}
target_repo: "mcgrawhill-llc/a3k-diff-action"
source_url: ${{ github.server_url }}
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
with:
source_repo: ${{ github.repository }}
target_repo: "mcgrawhill-llc/a3k-diff-action"
source_url: ${{ github.server_url}}
source_token: ${{ secrets.CI_PAT }}
target_token: ${{ secrets.GH_MIGRATION_TOKEN }}