0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Swap to ChangeLog

This commit is contained in:
Thomas Boop 2019-11-21 10:56:22 -05:00 committed by GitHub
parent 0d103867ba
commit cc456c8717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,14 +56,6 @@ By default, the branch or tag ref that triggered the workflow will be checked ou
For more details, see [Contexts and expression syntax for GitHub Actions](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions) and [Creating and using secrets (encrypted variables)](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
# Changelog
## v1.2.0
- Reverted persisting auth token changes to fix a bug with custom auth flows
## v1.1.0 (Not reccomended for use, this functionalit)
- Persist `with.token` or `${{ github.token }}` into checkout repository's git config as `http.https://github.com/.extraheader=AUTHORIZATION: basic ***` to better support scripting git
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)