Skip to content
Discussion options

You must be logged in to vote

I see the issue - you're being redirected to the "Get started" page instead of seeing your workflows list. This usually happens when:

Quick fixes:

  1. Check if workflows exist in the correct location:
    Your workflows should be in .github/workflows/ directory. Even though you have demos in sunqian/.github/workflows, make sure they're in the repo you're viewing.

  2. Verify Actions is enabled:
    Your screenshot shows "Allow all actions and reusable workflows" is selected, which is correct. Click Save if you just changed this setting.

  3. Create a workflow file:
    Even with Actions enabled, if there are no .yml files in .github/workflows/, GitHub shows the getting started page. Add a simple workflow:

    name

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@fredsuvn
Comment options

@kanition
Comment options

@iamgurjitsingh
Comment options

@samus-aran
Comment options

Answer selected by fredsuvn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage Misc General discussions about GitHub Actions that don't fit other found themes.
5 participants