diff --git a/.github/workflows/test-cli-generic.yml b/.github/workflows/test-cli-generic.yml index 402587f..be6d78d 100644 --- a/.github/workflows/test-cli-generic.yml +++ b/.github/workflows/test-cli-generic.yml @@ -29,7 +29,7 @@ jobs: - name: Generate Release Notes (Generic) id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }} diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 6a64f57..2f4ec0a 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -30,13 +30,13 @@ jobs: - name: Checkout instructions file uses: actions/checkout@v4 with: - repository: desktop/copilot-release-notes + repository: github/copilot-release-notes path: _action-config sparse-checkout: cli-release-notes-instructions.md - name: Generate Release Notes (CLI Style) id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }} diff --git a/.github/workflows/test-custom.yml b/.github/workflows/test-custom.yml index e6bcd9d..8f2d877 100644 --- a/.github/workflows/test-custom.yml +++ b/.github/workflows/test-custom.yml @@ -30,13 +30,13 @@ jobs: - name: Checkout instructions file uses: actions/checkout@v4 with: - repository: desktop/copilot-release-notes + repository: github/copilot-release-notes path: _action-config sparse-checkout: release-notes-guide.md - name: Generate Release Notes (Custom Instructions) id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 778f894..2657db4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Generate Release Notes id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }}