[Question]: Workflow for updating template URLs
cegekaJG opened this issue · 1 comments
cegekaJG commented
Question
What is the optimal procedure to update the template URLs in the template repositories?
Suppose I wanted to create a new branch or tag for my "AL-Go-PTE" and "AL-Go-Actions" repositories - how should I update all URLs to the templates to ensure the correct actions get referenced and "Update AL-Go system files" won't run into an error?
So far I've had to search and replace all URLs myself, but isn't there a better way?
cegekaJG commented
I figured it out:
The script Internal/Deploy.ps1
explicitly searches for the string "microsoft/AL-Go" and it's variants and replaces them. Since I've renamed the URLs, but not these strings, they were unaffected by the deploy workflow.