Skip to content

Commit

Permalink
Fix CI uses error
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Nov 19, 2023
1 parent 2f0d87d commit 232233c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:

steps:
- name: 'PR format check'
uses: 'androidx/check-pr-format-action'
uses: 'androidx/check-pr-format-action@main'
with:
checks: '["(https:\/\/optimizely.atlassian.net\/browse\/){1}(DATA|DSSM){1}-{1}([0-9]+)"]'

- uses: actions/checkout@v3
- name: 'Checkout code'
uses: actions/checkout@v3

- name: inspect
run: |
ls -al
Expand Down

0 comments on commit 232233c

Please sign in to comment.