-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated readme Signed-off-by: Ali Abbas Jaffri <[email protected]> * Removed greetings workflow Signed-off-by: Ali Abbas Jaffri <[email protected]> * Updated readme Signed-off-by: Ali Abbas Jaffri <[email protected]> * Updated readme Signed-off-by: Ali Abbas Jaffri <[email protected]> * Updated line ending in release notes Signed-off-by: Ali Abbas Jaffri <[email protected]> * Updated gitattributes Signed-off-by: Ali Abbas Jaffri <[email protected]> * Setting core.autocrlf to input Signed-off-by: Ali Abbas Jaffri <[email protected]> --------- Signed-off-by: Ali Abbas Jaffri <[email protected]>
- Loading branch information
1 parent
e7ac048
commit 9b2e1b5
Showing
5 changed files
with
65 additions
and
84 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.md text eol=lf |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -49,6 +49,7 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Actions" | ||
git config --local core.autocrlf input | ||
git checkout main | ||
git fetch origin | ||
|
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
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