From cf5cd0d2d34adc1dd730278b0d3738e1745af655 Mon Sep 17 00:00:00 2001 From: Aaruni Kaushik Date: Wed, 27 Nov 2024 16:44:15 +0100 Subject: [PATCH] try new github syntax for storing output --- .github/workflows/update-contrib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-contrib.yml b/.github/workflows/update-contrib.yml index 66c8032..9ea28da 100644 --- a/.github/workflows/update-contrib.yml +++ b/.github/workflows/update-contrib.yml @@ -44,7 +44,7 @@ jobs: - name: Read summary file id: getsummary - run: echo "::set-output name=summary::$(cat summary.txt)" + run: echo "{summary}={$(cat summary.txt)}" >> $GITHUB_OUTPUT # Create a pull request - name: Create Pull Request