FCTA Module 2.4.2 Pipeline has run but not showing on GitHub Actions

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:
image

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? :upside_down_face:

I see a “publish branch” button in your second (IDE) screenshot. The change is committed, but has it also been pushed?

1 Like

Thanks @cassandrahl :slightly_smiling_face:

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!

1 Like