Skip to content

On push action triggered before master.zip is updated #25503

Discussion options

You must be logged in to vote

Would it be an option to download the commit-specific archive instead of relying on the branch? Something like

source = 'https://github.com/olegantonyan/mpz/archive/%s.zip' % ENV['GITHUB_SHA']

should work. I don’t know exactly when that archive will be available relative to the workflow starting, but at least if it’s not ready yet you should get an HTTP error and could do a wait loop or something.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants