Skip to content

Commit b2987b2

Browse files
committed
Appending checkout path to workflow path
1 parent 0ddce77 commit b2987b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/action_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
if __name__ == "__main__":
9-
workspace = os.getenv("GITHUB_WORKSPACE")
9+
workspace = f"{os.getenv("GITHUB_WORKSPACE")}/main"
1010
git_repo = os.getenv("GITHUB_REPOSITORY")
1111
git_ref = os.getenv("GITHUB_REF")
1212
commit_SHA = os.getenv("GITHUB_SHA")

0 commit comments

Comments
 (0)