We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527db06 commit 644e71bCopy full SHA for 644e71b
.github/workflows/release-notes.yml
@@ -30,8 +30,8 @@ jobs:
30
# Otherwise:
31
- name: Export Gradle Properties
32
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
33
- uses: micronaut-projects/github-actions/export-gradle-properties@master
34
- - uses: micronaut-projects/github-actions/release-notes@master
+ uses: grails/github-actions/export-gradle-properties@main
+ - uses: grails/github-actions/release-notes@main
35
36
id: release_notes
37
with:
0 commit comments