You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way of telling whether an update happened, which means any following actions which rely on the pull-request-number output just get a PR number of 0 and fail.
Something like the above will fail whenever there's no update for matrix.flake. There should be a way to say if: ${{ steps.update-flake.outputs.updated == 'true' }} for follow-up steps.
The text was updated successfully, but these errors were encountered:
That would make sense. I can't guarantee I'll get to it any time soon (as you can see by the already-delayed response time.... sorry about that), but a PR would definitely be welcome :)
Currently, there is no way of telling whether an update happened, which means any following actions which rely on the
pull-request-number
output just get a PR number of0
and fail.Something like the above will fail whenever there's no update for
matrix.flake
. There should be a way to sayif: ${{ steps.update-flake.outputs.updated == 'true' }}
for follow-up steps.The text was updated successfully, but these errors were encountered: