Skip to content

Commit

Permalink
Prepare to release v1.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <[email protected]>
  • Loading branch information
Djelibeybi committed Sep 10, 2024
1 parent b6137cb commit 17b4b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check for OCI CLI environment variables
run: |
env | grep OCI_CLI
- name: Get IAM region list
id: test-action-iam-region-list
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
OCI_CLI_REGION: ${{ secrets.OCI_CLI_REGION }}
steps:
- name: Retrieve the OCID of a named compartment in tenancy
uses: oracle-actions/[email protected].1
uses: oracle-actions/[email protected].2
id: find-compartment-id
with:
command: 'iam compartment list --compartment-id-in-subtree=true'
query: "data[?name=='testing'].id"

- name: Retrieve the display name and shape of the instances in my compartment
uses: oracle-actions/[email protected].1
uses: oracle-actions/[email protected].2
id: find-instances
with:
command: 'compute instance list --compartment-id ${{ steps.find-compartment-id.outputs.raw_output }}'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oracle-actions/run-oci-cli-command",
"description": "Run an Oracle Cloud Infrastructure (OCI) CLI command",
"version": "1.3.1",
"version": "1.3.2",
"author": {
"name": "Oracle Cloud Infrastructure",
"email": "[email protected]"
Expand Down

0 comments on commit 17b4b54

Please sign in to comment.