Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Setup #3

Merged
merged 9 commits into from
Mar 9, 2020
Merged

Initial Setup #3

merged 9 commits into from
Mar 9, 2020

Conversation

Guzzler
Copy link
Owner

@Guzzler Guzzler commented Mar 9, 2020

No description provided.

@github-learning-lab
Copy link

Almost there, but the workflow didn't run.

Here's some possible reasons why:

  • files aren't in proper directories
  • your script isn't executable

Troubleshooting steps

Check out the action's output in the Actions tab.

You can also use the following to help you troubleshoot:

For /action-a/entrypoint.sh
Problem Solution
entrypoint.sh isn't executable. In your shell, run chmod +x action-a/entrypoint.sh on this branch and push it up to GitHub.
The file isn't called entrypoint.sh (case sensitive). Rename the file using the UI or your CLI.
The directory action-a doesn't exist. Create the action-a folder and move entrypoint.sh to action-a.
The entrypoint.sh file isn't inside the action-a folder. Move entrypoint.sh to action-a.
For /action-a/Dockerfile
Problem Solution
The file isn't called Dockerfile (case sensitive). Rename the file using the UI or your CLI.
The directory action-a doesn't exist. Create the action-a folder and move the Dockerfile to action-a.
The Dockerfile isn't inside the action-a folder. Move the Dockerfile to action-a.
For .github/workflows/main.yml
Problem Solution
There's some problem with your syntax in main.yml. Copy and paste the code exactly as is shown in this PR (check for extra spaces, symbols) or see if an error appears in the action logs.
The file isn't called main.yml (case sensitive). Rename the file using the UI or your CLI.
The directory .github/workflows doesn't exist. Create the .github/workflows folders and move main.yml to .github/workflows.
The main.yml file isn't inside the .github/workflows folder. Move main.yml to .github/workflows.

Next time you commit, your action will try to run. I'll respond when that occurs.

@Guzzler Guzzler merged commit 3e60940 into master Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant