From d6f8176ce11bba428a919057e7072b456d2da696 Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Mon, 30 Dec 2024 23:27:11 -0500 Subject: [PATCH] remove deprecated thing --- .github/workflows/hangar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hangar.yml b/.github/workflows/hangar.yml index 46843d3..cb0523c 100644 --- a/.github/workflows/hangar.yml +++ b/.github/workflows/hangar.yml @@ -22,7 +22,7 @@ jobs: exit 1 fi echo "::add-mask::$TOKEN" - echo "::set-output name=token::$TOKEN" + echo "token=$TOKEN" >> $GITHUB_OUTPUT - name: Update Project for Hangar run: |