Skip to content

Commit a38c35e

Browse files
authored
test: fix the test to run the local action (#5)
1 parent ecaabc4 commit a38c35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-run-oci-cli-command.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: Retrieve the OCID of a named compartment in tenancy
26-
uses: ./run-oci-cli-command/
26+
uses: ./
2727
id: find-compartment-id
2828
with:
2929
command: 'iam compartment list --compartment-id-in-subtree=true'
3030
query: "data[?name=='${{ secrets.OCI_COMPARTMENT_NAME }}'].id"
3131

3232
- name: Find instances in the named compartment
33-
uses: ./run-oci-cli-command/
33+
uses: ./
3434
id: find-instances
3535
with:
3636
command: 'compute instance list --compartment-id ${{ steps.find-compartment-id.outputs.raw_output }}'

0 commit comments

Comments
 (0)