-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contents is not getting updated once the files are synced and pushed to target repository #22
Comments
@swathida-byte can you please provide the action's log and what kind of error it states ? Also are you trying to update the file from the master repository where all the files are saved ? |
I'm trying to update file from master where all files are saved |
@swathida-byte I tried multiple times in my dev env, but it works every time. Without having access to GitHub action's log, I can't help. Please do share the actions log to assist you furthermore. |
|
Can we use regex to mention branch names |
Regards to the logs that you have shared, I can see a like
in which it clearly states that the access token you have given for the action to commit files requires workflow scope. Regards to 👇
No, this action currently does not support regex. But I do have plans to have support for it.
|
When can we expect that regex support release?? |
I don't have any timeline for it, but this feature will be added for sure. I am not sure what you mean by central repository. Can you share a map as you have set up this action ? |
can you add regex feature, and after that I guess we can close that issue |
@varunsridharan Once the file is synced and updated in the target repository and when the changes are made in the script and updated and when the changes are pushed to the target repository it's not getting updated.
For example:
abc.sh in beginning
echo "hi"
abc.sh in target repo
echo "hi"
abc.sh after updating
echo "hello"
abc.sh in target repo after updating
echo "hi"
workflow file used
The text was updated successfully, but these errors were encountered: