Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
660868b1
Unverified
Commit
660868b1
authored
Jan 19, 2024
by
Arun Sathiya
Committed by
GitHub
Jan 19, 2024
Browse files
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#8221)
parent
6a9b5492
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/pr-labels.yml
.github/workflows/pr-labels.yml
+1
-1
No files found.
.github/workflows/pr-labels.yml
View file @
660868b1
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
Process commit and find merger responsible for labeling
-
name
:
Process commit and find merger responsible for labeling
id
:
commit
id
:
commit
run
:
echo "
::set-output name=
merger
::
$(python .github/process_commit.py ${{ github.sha }})"
run
:
echo "merger
=
$(python .github/process_commit.py ${{ github.sha }})"
>> $GITHUB_OUTPUT
-
name
:
Ping merger responsible for labeling if necessary
-
name
:
Ping merger responsible for labeling if necessary
if
:
${{ steps.commit.outputs.merger != '' }}
if
:
${{ steps.commit.outputs.merger != '' }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment