-
Hello, I try use actions to track changes in submodule
in .gitmodules:
in pull request diff: but action doesn't return path for changed submodule probably, issue is related with ssh url in .gitmodules, but i don't want change ssh to https in protocol. I checked #2217 with similar issue, WA - ok with sed, but i wan't use WA, expect same result by action |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
changed-files action doesn't track submodule changes because checkout action updates submodule to last commit , how i can fix thix? |
Beta Was this translation helpful? Give feedback.
-
HI @Ilyas0Iks, to fix the issue, I believe you have a typo; the github action used should be |
Beta Was this translation helpful? Give feedback.
HI @Ilyas0Iks, to fix the issue, I believe you have a typo; the github action used should be
tj-actions/changed-files@v44
notactions/changed-files@v44
.