mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 07:00:27 +00:00
Include user-agent header in requests to crates.io
Based on 3f363be7b6 by Joe Birr-Pixton.
Fix the underlying cause of https://github.com/taiki-e/install-action/issues/1005.
Co-authored-by: Joe Birr-Pixton <jpixton@gmail.com>
This commit is contained in:
@@ -49,3 +49,4 @@ runs:
|
||||
INPUT_CHECKSUM: ${{ inputs.checksum }}
|
||||
INPUT_FALLBACK: ${{ inputs.fallback }}
|
||||
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
|
||||
ACTION_USER_AGENT: ${{ github.action_repository }} (${{ github.action_ref }})
|
||||
|
||||
Reference in New Issue
Block a user