File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
5555 OCI_CLI_REGION : ${{ secrets.OCI_CLI_REGION }}
5656 steps :
5757 - name : Retrieve the OCID of a named compartment in tenancy
58- uses : oracle-actions/run-oci-cli-command@v1.1
58+ uses : oracle-actions/run-oci-cli-command@v1.1.1
5959 id : find-compartment-id
6060 with :
6161 command : ' iam compartment list --compartment-id-in-subtree=true'
6262 query : " data[?name=='testing'].id"
6363
6464 - name : Retrieve the display name and shape of the instances in my compartment
65- uses : oracle-actions/run-oci-cli-command@v1.1
65+ uses : oracle-actions/run-oci-cli-command@v1.1.1
6666 id : find-instances
6767 with :
6868 command : ' compute instance list --compartment-id ${{ steps.find-compartment-id.outputs.raw_output }}'
You can’t perform that action at this time.
0 commit comments