Replies: 2 comments
-
That discussion is here: #14 It's probably better to comment in the original discussion, increasing it's activity score, than to create a new discussion that will get lost in the noise. There is also a problem with the activity/learning flow in Step 1 that needs to be resolved too. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the advice! I am used to forums where one is expected to open a new conversation if the earlier one is considered completed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working my way through continuous-delivery-azure step and the following job in 2-setup-azure-environment.yml fails.
The job appears to expect there to be an azure-configuration branch but there is no reference in the readme file to azure-configuration. So the branch doesn't exist but the script attempts to check it in and fails with the error:
pull request create failed: GraphQL: Head sha can't be blank, Base sha can't be blank, No commits between main and azure-configuration, Head ref must be a branch (createPullRequest)
The script allows for a pull-first, which would create the branch via a git checkout command - but nothing is added to the branch so the pr creation should fail because there won't be any differences between azure-configuration and main. The PR_Title sent to the action is "Added spinup-destroy.yml workflow" but there is no sign of a yml file by that name.
There is a thread from early august about this same issue that remains unanswered therefore I am creating a new discussion hoping to catch the eye of the skill maintainers...
Beta Was this translation helpful? Give feedback.
All reactions