]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/ci-retire-set-output'
authorJunio C Hamano <gitster@pobox.com>
Sat, 10 Dec 2022 05:01:05 +0000 (14:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Dec 2022 05:01:05 +0000 (14:01 +0900)
CI fix.

* ab/ci-retire-set-output:
  CI: migrate away from deprecated "set-output" syntax

1  2 
.github/workflows/main.yml

index f0412e220af11e3fa211041877baef7f7eca6012,912fe14c6e4263e63a5b41f1d763d799d4a4ff85..286319d789a1b4de9d4843ae468566173cda2aa8
@@@ -34,10 -34,10 +34,10 @@@ jobs
            then
              enabled=no
            fi
-           echo "::set-output name=enabled::$enabled"
+           echo "enabled=$enabled" >>$GITHUB_OUTPUT
        - name: skip if the commit or tree was already tested
          id: skip-if-redundant
 -        uses: actions/github-script@v3
 +        uses: actions/github-script@v6
          if: steps.check-ref.outputs.enabled == 'yes'
          with:
            github-token: ${{secrets.GITHUB_TOKEN}}