GitHub Actions Workflow Not Recognized: .github/workflows/deploy.yml Not Appearing in Actions Tab #143998
Replies: 3 comments 1 reply
-
Here is a template i used today for my workflow. I got it from the documentation. Make sure there isn't anything underlined in red in your workflow file. on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags' |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Description:
I’m experiencing an issue where a workflow file (deploy.yml) located in .github/workflows/ isn’t being recognized by GitHub Actions. Despite following all standard setup procedures and troubleshooting steps, the workflow does not appear in the Actions tab, and it cannot be manually triggered or automatically triggered by release events.
Details of the Issue:
Steps to Reproduce:
Troubleshooting Steps Already Taken:
Given these extensive troubleshooting steps, it seems there may be an issue on GitHub’s end in recognizing the workflow file. Could you please investigate why this workflow might not be detected, or provide additional steps that could resolve the issue?
Thank you very much for your help!
Additional Information:
Beta Was this translation helpful? Give feedback.
All reactions