Skip to content

Commit

Permalink
Merge pull request #771 from per1234/workflow-command
Browse files Browse the repository at this point in the history
Migrate workflow from deprecated `set-output` command
  • Loading branch information
per1234 authored Oct 15, 2024
2 parents b089690 + 5829764 commit bd77140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-go-integration-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
RESULT="false"
fi
echo "::set-output name=result::$RESULT"
echo "result=$RESULT" >> $GITHUB_OUTPUT
test:
needs: run-determination
Expand Down

0 comments on commit bd77140

Please sign in to comment.