Skip to content

First action #4

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

First action #4

wants to merge 13 commits into from

Conversation

CWilliamsJusticeReskill
Copy link
Owner

@CWilliamsJusticeReskill CWilliamsJusticeReskill commented Aug 30, 2020

Need to backtrack on the steps in the GITHUB Learning Lab. Once I noticed the error in my code. I couldnt go back and re insert the proper code. For some reason I just have to keep doing PULL REQUESTS.

FROM debian:9.5-slim

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
FROM debian:9.5-slim

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
jobs:
  build:
    name: Hello world action
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: ./action-a
        with:
          MY_NAME: "Mona"
@CWilliamsJusticeReskill CWilliamsJusticeReskill linked an issue Aug 30, 2020 that may be closed by this pull request
Removed "DEFAULT" word in line 3.
Move Line 3 command to line 5
move location metadata.
remove line 3 syntax
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.

Welcome
1 participant