Skip to content

Conversation

SravandeepReddy2004
Copy link

@SravandeepReddy2004 SravandeepReddy2004 commented Aug 28, 2025

Description

-Changed workflow trigger from create to push on main
-Ensures step update job runs automatically after repo creation
-Verified action now launches correctly

Summary

-The course workflow was not starting because the workflow was using the create event, which doesn’t fire when a repository is generated from a template. This prevented learners from progressing past step 0.

Changes

-Updated workflow trigger to use push on main instead of create.
-Preserved workflow_dispatch so it can still be manually run.
-Confirmed the action correctly moves the learner from step 0 → step 1.

Closes: #3

Task list

  • For workflow changes, I have verified the Actions workflows function as expected.

  • For content changes, I have reviewed the style guide

- Changed workflow trigger from `create` to `push` on `main`
- Ensures step update job runs automatically after repo creation
- Verified action now launches correctly
@SravandeepReddy2004
Copy link
Author

i fixed #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Couse not launching
1 participant