Skip to content

Commit

Permalink
fix pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Aug 7, 2024
1 parent 04a6c08 commit a4f08c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dependencies-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "tag=$tag_name" >> $GITHUB_OUTPUT
- name: Update upstream dependencies
run: |
./gradle/update-upstream.sh
(cd ./gradle; ./update-upstream.sh)
if [[ `git status --porcelain` ]]; then
echo "updated=1" >> "$GITHUB_OUTPUT"
else
Expand Down

0 comments on commit a4f08c4

Please sign in to comment.