Skip to content

Commit

Permalink
fix github actions warnings + test
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Jul 25, 2024
1 parent 303081d commit aeeab34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/update-submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- staging
- dev
schedule:
# Run this workflow daily at 03:17 UTC
- cron: "17 3 * * *"
# Run this workflow hourly at *:17 UTC
- cron: "17 * * * *"

jobs:
update-submodules:
Expand All @@ -30,15 +30,15 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

- name: Check for Changes
id: git-check
run: |
echo "::set-output name=changes::$(git status --porcelain)"
echo "changes=$(git status --porcelain)" >> $GITHUB_OUTPUT
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

- name: Commit and Push if Changes are Present
if: steps.git-check.outputs.changes != ''
Expand Down
2 changes: 1 addition & 1 deletion src/pkgs/universal-router
Submodule universal-router updated 1 files
+1 −1 .gitmodules

0 comments on commit aeeab34

Please sign in to comment.