generated from joshmgross/action-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¨ Fix guestbook comment replacement
- Loading branch information
1 parent
5266b84
commit 6eab2c1
Showing
6 changed files
with
20 additions
and
15 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 |
---|---|---|
|
@@ -17,14 +17,13 @@ jobs: | |
issue: 1 | ||
approvers: | | ||
joshmgross | ||
- run: cat README.md | ||
|
||
guestbook-path: guestbook.md | ||
- name: Update guestbook | ||
run: | | ||
if [[ `git status --porcelain` ]]; then | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "${{ github.actor }}" | ||
git add README.md | ||
git add guestbook.md | ||
git commit -m "β Update guestbook" | ||
git push | ||
fi |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Example Guestbook | ||
|
||
This guestbook is populated by approved :+1: comments in https://github.com/joshmgross/guestbook/issues/1. | ||
|
||
<!--START:guestbook--> | ||
|
||
<!--END:guestbook--> |
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