-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Avi Miller <[email protected]>
- Loading branch information
1 parent
b6137cb
commit 17b4b54
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
|