gh-abcs-actions icon indicating copy to clipboard operation
gh-abcs-actions copied to clipboard

Parking Lot - Q&A

Open CalinL opened this issue 3 years ago β€’ 5 comments

❓ Please post here any questions you may have during the training.

CalinL avatar Feb 23 '22 13:02 CalinL

πŸ‘‹ Thank you! We appreciate your contribution to this project.

github-actions[bot] avatar Feb 23 '22 13:02 github-actions[bot]

πŸ‘‹ Thank you! We appreciate your contribution to this project.

github-actions[bot] avatar Feb 23 '22 13:02 github-actions[bot]

πŸ‘‹ Thank you! We appreciate your contribution to this project.

github-actions[bot] avatar Feb 24 '22 14:02 github-actions[bot]

Quick questions please, just wondering where can I find the action β€œuses: actions/hello-world-javascript-action@v1” from the current repo?

The context is as below from Activity 1

 # This step uses GitHub's hello-world-javascript-action: https://github.com/actions/hello-world-javascript-action
  - name: Hello world
    **uses: actions/hello-world-javascript-action@v1**
    with:
      who-to-greet: "Mona the Octocat"
    id: hello
  # This step prints an output (time) from the previous step's action.
  - name: Echo the greeting's time
    run: echo 'The time was ${{ steps.hello.outputs.time }}.'   

vipwlb avatar Sep 09 '22 09:09 vipwlb

Quick questions please, just wondering where can I find the action β€œuses: actions/hello-world-javascript-action@v1” from the current repo?

Hi @vipwlb,

The action itself is defined under the "actions" organization at this link: hello-world-javascript-action

You can find all other public actions under the same organization: GitHub Actions

Thanks, Calin

CalinL avatar Sep 09 '22 16:09 CalinL