Skip to content

Commit

Permalink
move condition to step
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 2, 2020
1 parent 1626bba commit 02919f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_doc_issue.yml
Expand Up @@ -9,9 +9,9 @@ jobs:
pr2docissue:
runs-on: ubuntu-latest
name: Create issue on doc repo for labeled issue
if: github.event.label.name == 'Documentation'
steps:
- name: Create Documentation issue
if: github.event.label.name == 'Documentation'
id: doc_issue
uses: maxkomarychev/oction-create-issue@v0.7.1
with:
Expand Down

0 comments on commit 02919f8

Please sign in to comment.