diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 4a7c2f6..553f86f 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -31,4 +31,4 @@ jobs: run: echo "Deploying something..." - name: Set output id: set-result - run: echo "my-step-result='success'" >> "$GITHUB_ENV" # output value \ No newline at end of file + run: echo "::set-output name=my-step-result::success" # output value \ No newline at end of file