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

Improve GitHub Actions workflow files #2778

Merged
merged 1 commit into from Feb 14, 2020
Merged

Conversation

sindresorhus
Copy link
Member

No description provided.

Comment on lines +22 to +24
- uses: fregante/setup-git-token@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Copy link
Member

Choose a reason for hiding this comment

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

Do you prefer these three lines or:

    - run: git config user.name "GitHub Actions" && git config user.email "actions@users.noreply.github.com"

Soft deprecation: https://github.com/fregante/setup-git-token

Copy link
Member Author

Choose a reason for hiding this comment

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

I prefer your action until actions/checkout#13 is resolved.

@sindresorhus sindresorhus merged commit 9222697 into master Feb 14, 2020
@sindresorhus sindresorhus deleted the improve-workflow branch February 14, 2020 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants