Skip to content

Commit 8ea2fb4

Browse files
committed
fix issues with new action path
1 parent bb2e9c4 commit 8ea2fb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/version-bump-pr/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ runs:
6565
else
6666
echo "::warning::Existing pull request found: $EXISTING_PR"
6767
fi
68+
69+
echo "Resetting current dir:"
70+
cd $$GITHUB_ACTION_PATH

0 commit comments

Comments
 (0)