nothing to commit
during commit changes
log step in github actions
#590
-
Hi, not sure where to proceed in terms of fixing this I am trying to use a template repository with a repository that is derived from that. In my derivetive repository I add a test comment in a script file I use and try to sync the derivetive repository to that I've managed to get the manually run template sync workflow to run without errors in my derivetive repo, but it says I have verified that it is checking out the correct template repository, based on looking at commit hash, and it is trying From my template repo I have in
This is matched in my derivetive repo (which I manually did) In a script in But in the workflow run log, when it gets to the
My template repo is test-driven-web-app-template and here is the log for the workflow run in my derivetive repo
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @syntapy and sorry for late response. Is by any chance the Or within the |
Beta Was this translation helpful? Give feedback.
-
@syntapy most likely I found your issue. You are using the optional advanced If you need it, you should also pull from the template repo. Please check the example ( there are 2 action steps using the action. The first is doing the pull) |
Beta Was this translation helpful? Give feedback.
@syntapy most likely I found your issue. You are using the optional advanced
steps
parameter and it seems you do not pull with the steps. Just comment this parameter if not needed.If you need it, you should also pull from the template repo. Please check the example ( there are 2 action steps using the action. The first is doing the pull)