We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8972be0 + f115c96 commit 634d026Copy full SHA for 634d026
.github/workflows/l10n.yml
@@ -23,8 +23,8 @@ jobs:
23
base=${{ github.event.before }}
24
head=${{ github.event.after }}
25
fi
26
- echo "::set-output name=base::$base"
27
- echo "::set-output name=head::$head"
+ echo base=$base >>$GITHUB_OUTPUT
+ echo head=$head >>$GITHUB_OUTPUT
28
- name: Run partial clone
29
run: |
30
git -c init.defaultBranch=master init --bare .
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
then
35
enabled=no
36
37
- echo "::set-output name=enabled::$enabled"
+ echo "enabled=$enabled" >>$GITHUB_OUTPUT
38
- name: skip if the commit or tree was already tested
39
id: skip-if-redundant
40
uses: actions/github-script@v3
0 commit comments