Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Jan 19, 2025
1 parent a949a71 commit 3ee2b9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/core-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: webfactory/ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_CLONE_SSH_KEY }}

- name: submodule update
run: |
git submodule update --init --recursive
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/core-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: webfactory/ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_CLONE_SSH_KEY }}

- name: submodule update
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit 3ee2b9c

Please sign in to comment.