Skip to content

Commit

Permalink
Undo my change to the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktasper committed Oct 20, 2022
1 parent eb9d68a commit 7c3244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test_github_action.py
Expand Up @@ -231,7 +231,7 @@ def test_add_output(self):
gha.add_to_output('var2', 'val4')

# if there is no env file, the output is set via command
with gh_action_command_test(self, 'varname=varval >>$GITHUB_OUTPUT') as gha:
with gh_action_command_test(self, '::set-output name=varname::varval') as gha:
gha.add_to_output('varname', 'varval')

def test_add_job_summary(self):
Expand Down

0 comments on commit 7c3244c

Please sign in to comment.