-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the git index for make mvnw executable
Instead of using chmod in the workflows.
- Loading branch information
Showing
8 changed files
with
4 additions
and
16 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 |
---|---|---|
|
@@ -110,12 +110,14 @@ The next step is to push your GitHub Action to its GitHub repository (GitHub des | |
---- | ||
git init | ||
git add . | ||
git update-index --chmod=+x mvnw <1> | ||
git commit -m "Init the project" | ||
git branch -M main | ||
git remote add origin [email protected]:my/action-github-repository.git <1> | ||
git remote add origin [email protected]:my/action-github-repository.git <2> | ||
git push -u origin main | ||
---- | ||
<1> Replace `my/action-github-repository` with the full name of the repository you created to host the GitHub Action. | ||
<1> Make sure `mvnw` is executable, even if the project is initialized on Windows. | ||
<2> Replace `my/action-github-repository` with the full name of the repository you created to host the GitHub Action. | ||
|
||
[WARNING] | ||
==== | ||
|
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
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
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
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