Skip to content

Commit

Permalink
Merge pull request #7 from daspn/master
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
daspn authored Jun 5, 2020
2 parents fb3fac9 + 22ded00 commit c71cd3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2

- name: Private actions checkout
uses: daspn/private-actions-checkout@v1
uses: daspn/private-actions-checkout@v2
with:
actions_list: '["githubuser/my-private-action-1@v1", "githubuser/my-private-action-2@v1"]'
checkout_base_path: ./.github/actions
Expand Down Expand Up @@ -67,14 +67,14 @@ jobs:
- uses: actions/checkout@v2

- name: Checking out private actions from github_user
uses: daspn/private-actions-checkout@v1
uses: daspn/private-actions-checkout@v2
with:
actions_list: '["github_user/my-private-action-1@v1", "github_user/my-private-action-2@v1"]'
checkout_base_path: ./.github/actions
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY_1 }}

- name: Checking out private actions from another_github_user
uses: daspn/private-actions-checkout@v1
uses: daspn/private-actions-checkout@v2
with:
actions_list: '["another_github_user/my-private-action-3@v1", "another_github_user/my-private-action-4@v1"]'
checkout_base_path: ./.github/actions
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

# as no SSH key is provided the action will assume valid SSH credentials are available
- name: Private actions checkout
uses: daspn/private-actions-checkout@v1
uses: daspn/private-actions-checkout@v2
with:
actions_list: '["githubuser/my-private-action-1@v1", "githubuser/my-private-action-2@v1"]'
checkout_base_path: ./.github/actions
Expand Down

0 comments on commit c71cd3e

Please sign in to comment.