Replies: 7 comments 3 replies
-
I've experienced the same problem. |
Beta Was this translation helpful? Give feedback.
-
Same problem here. |
Beta Was this translation helpful? Give feedback.
-
Step 1 is titled 'Trigger a job based on labels' and step 2 starts with 'Nice work triggering a job on specific labels'. At no point in step 1 do you actually trigger a job based on a label, or am I missing something? The only thing you do in Step 1 is create an invalid workflow (because it has no steps), and create a plain PR for the new file. The intended learning outcome for step 1 isn't achieved (in step 1). Am I missing something? Maybe activity 2 should include a valid workflow (a 'hello-world' step would do) and then include an activity 3 that triggers it. |
Beta Was this translation helpful? Give feedback.
-
The error is because you can't create a PR with no commits in it. There must be a difference in history between HEAD and base refs. It looks like there used to be example workflows in the course repo, one of which was copied into the workflows dir and commited by the As @KittyChiu said, Should the creation of the file and PR be automated, or would it be better to add it as a user activity? (The needed |
Beta Was this translation helpful? Give feedback.
-
I've created a PR for this issue [WIP]. At a guess, I assume the missing workflow was removed because adding a workflow file is out of scope for the default |
Beta Was this translation helpful? Give feedback.
-
This exercise should be removed from the learning path at https://learn.microsoft.com/en-us/training/modules/github-actions-cd/3-create-workflow-deploy-azure |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered an error on step 4,5,6 on this tutorial as well. When attempting to deploy to staging and production the npm install and build webpack step failed with this error: |
Beta Was this translation helpful? Give feedback.
-
"On staging workflow update" job is failing. I have checked the permissions for
I think the automated tutorial script is missing adding
spinup-destroy.yml
intoazure-configuration
branch. Before line 80 in2-setup-azure-environment.yml
, you are missing some code there.Beta Was this translation helpful? Give feedback.
All reactions