-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add composite actions #1256
Add composite actions #1256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sending this PR! I'd love to see this working, but there seems to be a typo currently.
.github/workflows/ci.yaml
Outdated
python-version: '3.x' | ||
architecture: 'x64' | ||
- name: Setup | ||
uses: ./github/actions/setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses: ./github/actions/setup | |
uses: .github/actions/setup |
CI is failing because it's complaining that the action cannot be found.
Most probably because it's under .github
instead of ./github
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late reply.
Sorry for the typo.
I will upload the corrected version here soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adejanovski
Please check again.
1f39496
to
558cb6f
Compare
@adejanovski
Is it because you added files without license settings, such as .github/actions/setup/action.yml? |
Yes, we have a check for files to have a valid license header:
Would you mind signing our CLA for that header to be valid? Thanks! |
558cb6f
to
5a2a6f3
Compare
@adejanovski |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now ✅ Thanks!
Thanks for your time.
I have always used Reaper.
I have modified Actinos to contribute to open source.
I modified it to be a reusable source if you use "Creating a composite action".
Please check it out.
https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
Fixes #1257