-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9be3d0a
commit cd02df3
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,7 @@ jobs: | |
ref: ${{ github.head_ref }} # checkout HEAD of triggering branch | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# # Adding some credentials to avoid complaints from git | ||
# - name: Configure git | ||
# run: | | ||
# git config user.name ledwards2225 | ||
# git config user.email [email protected] | ||
|
||
# Only run in Linux environment for now | ||
# Only run in Linux environment for now | ||
- name: Setup Linux environment | ||
run: | | ||
sudo apt update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters