Skip to content

Commit

Permalink
Update dependencies and docs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djelibeybi authored Sep 21, 2022
1 parent 183bf3b commit 607eb1c
Show file tree
Hide file tree
Showing 4 changed files with 6,243 additions and 1,863 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# get-ocir-repository v1.0
# get-ocir-repository

Use this GitHub Action to return the OCID and full URI for the specified Oracle Cloud Infrastructure Registry (OCIR) repository. If the repository does not exist, it will be created automatically.

Expand Down Expand Up @@ -43,14 +43,14 @@ jobs:
OCI_CLI_REGION: ${{ secrets.OCI_CLI_REGION }}
steps:
- name: Get or create an OCIR Repository
uses: oracle-actions/get-ocir-repository@v1.0
uses: oracle-actions/get-ocir-repository@v1.1
id: get-ocir-repository
with:
name: oraclelinux
compartment: ${{ secrets.OCI_COMPARTMENT_OCID }}

- name: Log into OCIR
uses: oracle-actions/login-ocir@v1.0
uses: oracle-actions/login-ocir@v1.1
id: login-ocir
with:
auth_token: ${{ secrets.OCI_AUTH_TOKEN }}
Expand Down
Loading

0 comments on commit 607eb1c

Please sign in to comment.