Skip to content

Commit 368cc79

Browse files
committed
Prepare to release v1.3.2
Signed-off-by: Avi Miller <[email protected]>
1 parent b6137cb commit 368cc79

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/sanity-test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
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: ./

README.md

+2-2
Original file line numberDiff line numberDiff 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/[email protected].1
68+
uses: oracle-actions/[email protected].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/[email protected].1
75+
uses: oracle-actions/[email protected].2
7676
id: find-instances
7777
with:
7878
command: 'compute instance list --compartment-id ${{ steps.find-compartment-id.outputs.raw_output }}'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": "[email protected]"

0 commit comments

Comments
 (0)