Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CQLabs/dcm-action
Browse files Browse the repository at this point in the history
  • Loading branch information
incendial committed Jul 14, 2023
2 parents 54e063c + 0628392 commit b55273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
run: dart pub get

- name: Install DCM
uses: CQLabs/setup-dcm@v1.0.0
uses: CQLabs/setup-dcm@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run DCM
uses: CQLabs/dcm-action@v1.0.1
uses: CQLabs/dcm-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ci_key: ${{ secrets.DCM_CI_KEY }}
Expand Down

0 comments on commit b55273a

Please sign in to comment.