Skip to content

Commit

Permalink
Fix GitHub CI warnings for using set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ettore committed Feb 5, 2024
1 parent 8253df8 commit 49b4653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/archive-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- release/**
- feature/**
- IOS-631/publicationBaseURL-crash
jobs:
version-check:
runs-on: macOS-13
Expand Down
6 changes: 3 additions & 3 deletions scripts/detect-app-to-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ echo "** Version / build number changes **"
echo "SimplyE: ($SIMPLYE_CHANGED)"
echo "Open eBooks: ($OPENEBOOKS_CHANGED)"

echo "::set-output name=simplye_changed::$SIMPLYE_CHANGED"
echo "::set-output name=openebooks_changed::$OPENEBOOKS_CHANGED"

# make values accessible to GitHub workflows
echo "simplye_changed=$SIMPLYE_CHANGED" >> $GITHUB_OUTPUT
echo "openebooks_changed=$OPENEBOOKS_CHANGED" >> $GITHUB_OUTPUT

0 comments on commit 49b4653

Please sign in to comment.