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

Parking Lot - Q&A #25

Open
CalinL opened this issue Feb 23, 2022 · 5 comments
Open

Parking Lot - Q&A #25

CalinL opened this issue Feb 23, 2022 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@CalinL
Copy link
Contributor

CalinL commented Feb 23, 2022

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

@CalinL CalinL added the question Further information is requested label Feb 23, 2022
@CalinL CalinL self-assigned this Feb 23, 2022
@github-actions
Copy link

👋 Thank you! We appreciate your contribution to this project.

1 similar comment
@github-actions
Copy link

👋 Thank you! We appreciate your contribution to this project.

@CalinL CalinL added the documentation Improvements or additions to documentation label Feb 24, 2022
@github-actions
Copy link

👋 Thank you! We appreciate your contribution to this project.

@vipwlb
Copy link

vipwlb commented Sep 9, 2022

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 }}.'   

@CalinL
Copy link
Contributor Author

CalinL commented Sep 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants