Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Improvement: run the actions/checkout as part of the entrypoint.sh #2

Open
jpvalery opened this issue Oct 9, 2019 · 0 comments
Open

Comments

@jpvalery
Copy link
Owner

jpvalery commented Oct 9, 2019

This could be a better all-in-one solution if I could add the checkout as part of the entrypoint.sh.

Right now, I have to use this structure

 steps:
    - uses: actions/checkout@v1 
    - uses: jpvalery/yarn-percy-ci@master

whereas if I added the checkout to the entrypoint.sh, the workflow could just be

 steps:
    - uses: jpvalery/yarn-percy-ci@master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant