Skip to content

Commit

Permalink
OCI ISL update prototype: fix compartment name
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Sep 5, 2024
1 parent 20823b3 commit 4123211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
id: find-compartment-id
with:
command: 'iam compartment list --compartment-id-in-subtree=true'
query: "data[?name=='testing'].id"
query: "data[?name=='jax'].id"

- name: Debug
run: |
${{ steps.find-compartment-id.outputs.raw_output }}
echo ${{ steps.find-compartment-id.outputs.output }}'
echo ${{ steps.find-compartment-id.outputs.raw_output }}'
Expand Down

0 comments on commit 4123211

Please sign in to comment.