Step 3 will not update to Step 4 #316
Unanswered
Klawz312
asked this question in
Code with Copilot
Replies: 1 comment 1 reply
-
So, you haven't committed the changes? The Note The central dogma of The author of #302 did create the "member.js" file properly and the workflow didn't run on its own. You should have checked if you have followed the instructions in the first place. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on the Github Codespaces course as part of the AI Skills challenge. I made the mistake of entering the commit message on step 1 under the activity "Push code to your repository from the codespace". Then I added the member.js file in the terminal with this command:
git add member.js
. After that I pushed the code to the repository withgit push
.Then I refreshed the repository page after 60 seconds and it did not update to Step 4. I tried the answer in this post:
Step 3 is not updating into step 4 #302
When I ran the workflow under the Actions tab on the repository page the workflow failed on the On Copilot hub suggestion step. I am not sure what to do to be able to update to step 4 and complete the exercise.
Beta Was this translation helpful? Give feedback.
All reactions