This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch adjust-gradle-actions in repository https://gitbox.apache.org/repos/asf/grails-doc.git
commit 6017488b63be03ad5932c9a71e534b2f24e8ef0c Author: James Fredley <[email protected]> AuthorDate: Thu Mar 20 09:46:30 2025 -0400 Update to apache github action URLs --- .github/workflows/gradle.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7e42830ca0..d3afde1f2c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -46,7 +46,7 @@ jobs: compression-level: 0 # Already a zip - name: "🚀 Publish to Github Pages" if: github.event_name == 'push' - uses: grails/grails-github-actions/deploy-github-pages@main + uses: apache/grails-github-actions/deploy-github-pages@asf env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GRADLE_PUBLISH_RELEASE: 'false' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f65191e38..25fb5b6a58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: --target ${{ env.TARGET_BRANCH }} $PRE_RELEASE_FLAG - name: "🚀 Publish to Github Pages" - uses: grails/grails-github-actions/deploy-github-pages@main + uses: apache/grails-github-actions/deploy-github-pages@asf env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GRADLE_PUBLISH_RELEASE: 'true' @@ -84,4 +84,4 @@ jobs: - name: "⚙️ Run post-release" env: RELEASE_VERSION: ${{ github.event.inputs.grails_version }} - uses: grails/github-actions/post-release@v3 \ No newline at end of file + uses: apache/grails-github-actions/post-release@v3 \ No newline at end of file
