Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Oct 17, 2024
1 parent 39a48cb commit b99cb0e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ jobs:
shell: bash
run: |
ls -la
if [ "$(cat release-plan.json | jq '. | length')" -eq 0 ]; then
echo "No update available :("
else
echo "UPDATE_AVAILABLE=true" >> $GITHUB_ENV
echo "Release plan:"
cat release-plan.json
fi
cat release-plan.json
- name: 🤘 Checkout hydration-ui repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b99cb0e

Please sign in to comment.