From def161938a3f7d76a46196999101ed05a040cac8 Mon Sep 17 00:00:00 2001 From: Chris Reynolds <chris@jazzsequence.com> Date: Thu, 21 Nov 2024 09:34:42 -0700 Subject: [PATCH] [hackathon24] add a checkout action to debug this will checkout the action repository, in theory --- .github/workflows/release-notes.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index b7d434d..c3b13b6 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -10,6 +10,10 @@ jobs: contents: read steps: + - name: (Debugging) Checkout Action Repository + uses: actions/checkout@v4 + with: + repository: pantheon-systems/action-release-notes - name: Generate release notes uses: pantheon-systems/action-release-notes@main with: