nerves-hub / nerves_hub_web

Manage firmware updates for Nerves devices
https://nerves-hub.org/
Apache License 2.0
198 stars 69 forks source link

Use PR number when looking for publish commit message #1638

Closed jjcarstens closed 1 week ago

jjcarstens commented 1 week ago

This fixes an issue where jobs fail when built from forks which would have an incomplete ref. This changes to use the PR number instead which should get the details we need.

It also allows that step to fail to continue to job since it is such a specific, special case