Skip to content

Commit

Permalink
Update public-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Aug 16, 2023
1 parent 82ff249 commit 7d44611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/public-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Clone GuillaumeFalourd/poc-github-actions PUBLIC repository
uses: GuillaumeFalourd/clone-github-repo-action@v2
uses: GuillaumeFalourd/clone-github-repo-action@v3
with:
owner: 'GuillaumeFalourd'
repository: 'poc-github-actions'
Expand All @@ -32,7 +32,7 @@ jobs:
steps:

- name: Clone GuillaumeFalourd/poc-github-actions PUBLIC repository
uses: GuillaumeFalourd/clone-github-repo-action@v2
uses: GuillaumeFalourd/clone-github-repo-action@v3
with:
owner: 'GuillaumeFalourd'
repository: 'poc-github-actions'
Expand All @@ -50,7 +50,7 @@ jobs:
steps:

- name: Clone GuillaumeFalourd/poc-github-actions PUBLIC repository
uses: GuillaumeFalourd/clone-github-repo-action@v2
uses: GuillaumeFalourd/clone-github-repo-action@v3
with:
owner: 'GuillaumeFalourd'
repository: 'poc-github-actions'
Expand All @@ -62,4 +62,4 @@ jobs:
echo "CLONED REPO"
cd poc-github-actions
ls -la
shell: bash
shell: bash

0 comments on commit 7d44611

Please sign in to comment.