Skip to content

First action#4

Open
CWilliamsJusticeReskill wants to merge 13 commits intomasterfrom
FIRST-ACTION
Open

First action#4
CWilliamsJusticeReskill wants to merge 13 commits intomasterfrom
FIRST-ACTION

Conversation

@CWilliamsJusticeReskill
Copy link
Copy Markdown
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