Skip to content

Commit

Permalink
upgrade github action output variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Feb 22, 2023
1 parent 48c7433 commit bb55848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
id: conda_validation
run: |
PACKAGE_PATHS=$(conda mambabuild . --output --check -c conda-forge | tail -n 1)
echo "::set-output name=package_paths::$PACKAGE_PATHS"
echo "{package_paths}={$PACKAGE_PATHS}" >> $GITHUB_OUTPUT
- name: run build
shell: bash -l {0}
run: conda mambabuild . -c conda-forge
Expand Down

0 comments on commit bb55848

Please sign in to comment.