GitHub Actions for CI/CD are not recognized or run #1122
Answered
by
jasontaylordev
JonathanCruse
asked this question in
Q&A
-
Good evening, I am having trouble getting the CI/CD pipeline to work. I used version 8.0.3 with react template.
What did I change? Steps:
Any ideas what I might have done wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
jasontaylordev
Feb 28, 2024
Replies: 1 comment 1 reply
-
Try this after step 2: git add .
git commit -m "New project"
git push Then continue on to step 3. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JonathanCruse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this after step 2:
Then continue on to step 3.