Merge branch 'ab/ci-retire-set-output'
CI fix. * ab/ci-retire-set-output: CI: migrate away from deprecated "set-output" syntax
This commit is contained in:
commit
82444ead4c
4
.github/workflows/l10n.yml
vendored
4
.github/workflows/l10n.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
||||
base=${{ github.event.before }}
|
||||
head=${{ github.event.after }}
|
||||
fi
|
||||
echo "::set-output name=base::$base"
|
||||
echo "::set-output name=head::$head"
|
||||
echo base=$base >>$GITHUB_OUTPUT
|
||||
echo head=$head >>$GITHUB_OUTPUT
|
||||
- name: Run partial clone
|
||||
run: |
|
||||
git -c init.defaultBranch=master init --bare .
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -34,7 +34,7 @@ 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@v6
|
||||
|
Loading…
Reference in New Issue
Block a user