Skip to content

Commit

Permalink
#9: replaced deprecated ::set-output name
Browse files Browse the repository at this point in the history
  • Loading branch information
arburk committed Jan 7, 2024
1 parent 63abf8f commit 3e67d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
echo "Do perform instrumented tests"
pr_exists_or_main_branch=1
fi
echo "::set-output name=pr_exists_or_main_branch::$pr_exists_or_main_branch"
echo "{pr_exists_or_main_branch}={$pr_exists_or_main_branch}"
echo "{pr_exists_or_main_branch}={$pr_exists_or_main_branch}" >> $GITHUB_OUTPUT
- name: checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 3e67d5d

Please sign in to comment.