Skip to content

Commit e49dd3d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: your-org/devolv-action@v2
18+
uses: devolvdev/devolv-action@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: your-org/devolv-action@v2
26+
uses: devolvdev/devolv-action@v2
2727
with:
2828
tool: validate
2929
path: ./test-devolv-policy.json

0 commit comments

Comments
 (0)