Skip to content

Commit

Permalink
retrigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Aug 26, 2024
1 parent f3d311c commit f7c83f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/trigger-website-redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,19 @@ jobs:
name: Update git submodule
runs-on: ubuntu-latest
steps:

- name: Install SSH Client 🔑
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

- name: Checkout
uses: actions/checkout@v2
with:
repository: sigpwny/websites
submodules: true

- name: Pull & update submodules recursively
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- name: Commit
run: |
git config user.email "[email protected]"
Expand Down

0 comments on commit f7c83f0

Please sign in to comment.