Skip to content

Commit

Permalink
OCI ISL update prototype: oci v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Sep 5, 2024
1 parent 488e16f commit 20823b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/_oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@ jobs:
OCI_CLI_REGION: ${{ secrets.OCI_CLI_REGION }}
steps:
- name: Retrieve the OCID of a named compartment in tenancy
uses: oracle-actions/run-oci-cli-command@v1.3.0
uses: oracle-actions/run-oci-cli-command@v1.3.1
id: find-compartment-id
with:
command: 'iam compartment list --compartment-id-in-subtree=true'
query: "data[?name=='testing'].id"

- name: Debug
run: |
echo ${{ steps.find-compartment-id.outputs.output }}'
echo ${{ steps.find-compartment-id.outputs.raw_output }}'
- name: Get security list from the compartment
uses: oracle-actions/run-oci-cli-command@v1.3.1
id: ingress-security-rules
Expand Down

0 comments on commit 20823b3

Please sign in to comment.