From ca85a3537bc8340d051028f4965f2ef6cc682f67 Mon Sep 17 00:00:00 2001 From: Gerjan Stokkink Date: Mon, 22 Jan 2024 11:43:15 +0100 Subject: [PATCH] Use new Github Actions output syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 510bc66..44f3502 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: id: status run: | if [ -n "$(git status --porcelain)" ]; then - echo "::set-output name=has_changes::1" + echo "has_changes=1" >> $GITHUB_OUTPUT fi working-directory: dist - name: Publish action