Skip to content

Commit

Permalink
Trigger sync run
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynie committed Aug 8, 2023
1 parent 18c7ac9 commit 1c15c17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issues_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
run-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c60a92eb51acca2de954c3fe8ff9b67de265c56f
- uses: ./issues_sync_action
- name: checkout
uses: actions/checkout@c60a92eb51acca2de954c3fe8ff9b67de265c56f
- name: sync
uses: ./issues_sync_action
env:
GITHUB_TOKEN: ${{ secrets.ISSUE_SYNC_TOKEN }}
with:
Expand Down

0 comments on commit 1c15c17

Please sign in to comment.