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
https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
Creating an action metadata file works for ubunut and mac. For windows, / does not work.
/
suggest the following change:
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH shell: bash - run: goodbye.sh shell: bash
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
Sorry, something went wrong.
@robert-s-lee Thanks so much for opening an issue! I'll triage this for the team to take a look 👀
@robert-s-lee - Thank for raising this issue. I agree, your suggested change would avoid using the forward slash so would be usable across the OSs.
The change required is, therefore, as follows.
On lines 87-88 of the docs file content/actions/creating-actions/creating-a-composite-action.md, change:
content/actions/creating-actions/creating-a-composite-action.md
- run: ${{ github.action_path }}/goodbye.sh shell: bash
to:
Hi, can I get started with this issue
📝 - Updated Compositite Example on 🏁 - Fixes github#11849
b113efd
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
Successfully merging a pull request may close this issue.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
What part(s) of the article would you like to see updated?
Creating an action metadata file
works for ubunut and mac. For windows,
/does not work.suggest the following change:
Additional information
No response
The text was updated successfully, but these errors were encountered: