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

WIP: feat: composite action that wraps fog.buildtools #1

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

UncleGoogle
Copy link
Contributor

@UncleGoogle UncleGoogle commented Jul 22, 2022

To be used in all our forks (both for releasing process and CI -- with functional tests in the future in mind)

WIP - probably does not work. Any comments welcomed.

I won't have more time this week, but started do have something. Feel free to contribute.

action.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
Copy link
Member

@urwrstkn8mare urwrstkn8mare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some suggestions which I haven't actually tested. Please play around with them and see if it works out.

action.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
action.yml Show resolved Hide resolved
output='${{ inputs.build }}',
third_party_output='${{ inputs.third-party-target }}',
requirements='${{ inputs.requirements }}',
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
)
)
- name: Zip build
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
filename: 'build.zip'
path: 'build'

might as well zip it here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm, might be... firstly I wanted take out any top level decisions (like zip naming) from that action, so it has to be done on plugin side, but plugin name and uuid could be both passed on this action too... idk

@UncleGoogle UncleGoogle force-pushed the feat/simple_composite_action branch from 4fd5f19 to 9e138cf Compare April 29, 2023 20:47
UncleGoogle and others added 4 commits April 29, 2023 23:04
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.

2 participants