Skip to content

Commit

Permalink
fix commitish ref in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Henry authored Feb 12, 2020
1 parent 31eb8e0 commit 751269a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Confirm Link
id: confirm
uses: delivered/trello-github-action/@MM-first-pr
uses: delivered/trello-github-action/@master
with:
link-regex: '(https:\/\/trello.com[^\)]*)'
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 751269a

Please sign in to comment.