Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github-actions.md to match actions/checkout@v2 #1037

Merged
merged 1 commit into from
Mar 8, 2020

Conversation

ericclemmons
Copy link
Contributor

Based on your fix in https://github.com/ericclemmons/codelift/pull/97, the example should be copy-pastable & working.

What Changed

Use run: git fetch --prune --unshallow to fetch all history:

https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches

Clarified the skip ci functionality, since the example includes it. (I initially thought I'd have to do more)

@hipstersmoothie
Copy link
Collaborator

Beat me to it! Thanks!

@@ -40,6 +41,7 @@ jobs:

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, this isn't necessary per #1036: GITHUB_TOKEN is already in the env.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my testing I found that it wasn't there seem to be contradictory docs too

@adierkens
Copy link
Collaborator

🚀 PR was released in v9.19.2 🚀

@adierkens adierkens added the released This issue/pull request has been released. label Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes only affect the documentation released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants