Skip to content

Commit ea7e83e

Browse files
committed
docs: update README.md example to use v1.1.1
Signed-off-by: Avi Miller <avi.miller@oracle.com>
1 parent e26e9f7 commit ea7e83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}'

0 commit comments

Comments
 (0)