pantheon-systems / terminus-github-actions

A GitHub Action for setting up Pantheon's CLI tool, Terminus.
MIT License
17 stars 11 forks source link

Workflow summary shows failure when the Terminus token is uncached #29

Open morganestes opened 3 weeks ago

morganestes commented 3 weeks ago

When using the action, the exit 1 thrown by the cache step bubbles up to the workflow and shows an error even if everything else succeeds.

Is there a way to prevent that error from bubbling, or a different way of cache checking that doesn't return an error exit code?

Screenshot 2024-11-01 at 20-52-29 sites-6227b Test GHA multidev creation after installing a plugin · GannettDigital_websites-gold-upstream@c85284f Screenshot 2024-11-01 at 20-51-31 sites-6227b Test GHA multidev creation after installing a plugin · GannettDigital_websites-gold-upstream@c85284f

kyletaylored commented 3 weeks ago

I just came here to post this, I'll work on a PR.