Skip to content

Commit

Permalink
[hackathon24] add a checkout action to debug
Browse files Browse the repository at this point in the history
this will checkout the action repository, in theory
  • Loading branch information
jazzsequence committed Nov 21, 2024
1 parent 4a7f6c5 commit def1619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit def1619

Please sign in to comment.