expo / expo-github-action

Expo GitHub Action makes it easy to automate EAS builds or updates
MIT License
795 stars 77 forks source link

[fingerprint] Add current and previous fingerprint to step outputs #253

Closed wschurman closed 9 months ago

wschurman commented 10 months ago

Why

I'm writing a workflow where this information would be useful, particularly when querying EAS to know whether to run a build.

How

Add the other information to outputs.

Test Plan

Inspect. Not sure exactly how to test github action changes locally.