Hi, I’m working on module 2.4.2 of the Foundation Certificate in Test Automation, and have run my first GitHub Actions pipeline.
I can see that the commit has been successful in the terminal:
And in the Source Control pane:
But I can’t see anything in GitHub - should something be visible here? Can anyone advise where i’m going wrong?
I see a “publish branch” button in your second (IDE) screenshot. The change is committed, but has it also been pushed?
Thanks @cassandrahl
I have now realised the problem - I was copying the command ‘git push origin main’ from the course material, but my branch is called ‘master’ rather than ‘main’ so this wasn’t working. And you’re correct, it wasn’t pushed!