File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v4
2727
28- - name : Check for OCI CLI environment variables
29- run : |
30- env | grep OCI_CLI
31-
3228 - name : Get IAM region list
3329 id : test-action-iam-region-list
3430 uses : ./
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565 OCI_CLI_REGION : ${{ secrets.OCI_CLI_REGION }}
6666 steps :
6767 - name : Retrieve the OCID of a named compartment in tenancy
68- uses : oracle-actions/run-oci-cli-command@v1.3.1
68+ uses : oracle-actions/run-oci-cli-command@v1.3.2
6969 id : find-compartment-id
7070 with :
7171 command : ' iam compartment list --compartment-id-in-subtree=true'
7272 query : " data[?name=='testing'].id"
7373
7474 - name : Retrieve the display name and shape of the instances in my compartment
75- uses : oracle-actions/run-oci-cli-command@v1.3.1
75+ uses : oracle-actions/run-oci-cli-command@v1.3.2
7676 id : find-instances
7777 with :
7878 command : ' compute instance list --compartment-id ${{ steps.find-compartment-id.outputs.raw_output }}'
Original file line number Diff line number Diff line change 11{
22 "name" : " @oracle-actions/run-oci-cli-command" ,
33 "description" : " Run an Oracle Cloud Infrastructure (OCI) CLI command" ,
4- "version" : " 1.3.1 " ,
4+ "version" : " 1.3.2 " ,
55 "author" : {
66 "name" : " Oracle Cloud Infrastructure" ,
77 "email" : " oci-dax-tools_ww@oracle.com"
You can’t perform that action at this time.
0 commit comments