Skip to content

Commit 4084723

Browse files
committed
Add missing quote
1 parent 3761d4b commit 4084723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-new-issues-to-project-column.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- name: add-new-issues-to-repository-based-project-column
88
uses: docker://takanabe/add-new-issues-to-project-column:v0.0.1
9-
if: github.event_name == 'issues' && github.event.action == 'opened
9+
if: github.event_name == 'issues' && github.event.action == 'opened'
1010
env:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
GITHUB_PROJECT_URL: https://github.com/takanabe/add-new-issues-to-project-column/projects/1

0 commit comments

Comments
 (0)