Skip to content

Commit

Permalink
Merge pull request doorkeeper-gem#1606 from doorkeeper-gem/fix-orm-wo…
Browse files Browse the repository at this point in the history
…rkflow

Fix GA check ORM changes workflow
  • Loading branch information
nbulaj authored Dec 1, 2022
2 parents 869410d + 934b2c2 commit 723d960
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check_orm_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ jobs:
- name: Create an issue for Mongo extension
id: create_mongodb_issue
if: env.ORM_CHANGES == 'yes'
uses: maxkomarychev/oction-create-issue@v0.7.1
uses: dacbd/create-issue-action@main
with:
token: ${{ secrets.DOORKEEPER_ACTIONS_TOKEN }}
token: ${{ github.token }}
title: ${{ env.ISSUE_TITLE }}
body: ${{ env.ISSUE_BODY }}
org: doorkeeper
repo: doorkeeper-mongodb
labels: ${{ env.ISSUE_LABELS}}
- name: Create an issue for Sequel extension
id: create_sequel_issue
if: env.ORM_CHANGES == 'yes'
uses: maxkomarychev/oction-create-issue@v0.7.1
uses: dacbd/create-issue-action@main
with:
token: ${{ secrets.DOORKEEPER_ACTIONS_TOKEN }}
token: ${{ github.token }}
title: ${{ env.ISSUE_TITLE }}
body: ${{ env.ISSUE_BODY }}
owner: nbulaj
repo: doorkeeper-sequel
labels: ${{ env.ISSUE_LABELS}}

0 comments on commit 723d960

Please sign in to comment.