-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from rseng/add/escape-title
Fixing issue with escaping quotes
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 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 |
---|---|---|
|
@@ -46,7 +46,7 @@ than one collection, you can change this to something else. | |
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
- name: Generate First Issues | ||
uses: rseng/[email protected].2 | ||
uses: rseng/[email protected].3 | ||
with: | ||
repos-file: '.github/repos.txt' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -61,7 +61,7 @@ Here is how you might update the label used: | |
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
- name: Generate First Issues | ||
uses: rseng/[email protected].2 | ||
uses: rseng/[email protected].3 | ||
with: | ||
label: 'bug' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -76,7 +76,7 @@ as a relative path to the docs folder, I can set that as follows: | |
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
- name: Generate First Issues | ||
uses: rseng/[email protected].2 | ||
uses: rseng/[email protected].3 | ||
with: | ||
collection: '_another' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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