From 49c9a39a8c9e3e27452b6590c4ab9ca9273e6339 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 13 Feb 2024 12:03:34 +0100 Subject: [PATCH] Fix deprecated set-output GH action command --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 40e33e9b..96c81a91 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -42,7 +42,7 @@ jobs: run: | git config --global user.email "${{ github.event.head_commit.author.email }}" git config --global user.name "${{ github.event.head_commit.author.name }}" - echo "::set-output name=deploy::-deploy -Dusername=git -Dpassword=${{ github.token }} -Dscmpublish.checkinComment='Site checkin for ${{ github.event.head_commit.id }}'" + echo "deploy=-deploy -Dusername=git -Dpassword=${{ github.token }} -Dscmpublish.checkinComment='Site checkin for ${{ github.event.head_commit.id }}'" >> $GITHUB_OUTPUT - name: Build with Maven run: mvn --show-version --errors --batch-mode --update-snapshots clean site${{ steps.setup.outputs.deploy }}