Skip to content

Commit b78cd74

Browse files
committed
Upgrading drift v1 to v2
1 parent e49dd3d commit b78cd74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-devolv-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Run Devolv Drift
18-
uses: devolvdev/devolv-action@v2
18+
uses: devolvdev/devolv-actions@v2
1919
with:
2020
tool: drift
2121
policy-name: DevolvTestPolicy
2222
path: ./test-devolv-policy.json
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Run Devolv Validate
26-
uses: devolvdev/devolv-action@v2
26+
uses: devolvdev/devolv-actions@v2
2727
with:
2828
tool: validate
2929
path: ./test-devolv-policy.json

0 commit comments

Comments
 (0)