Skip to content

Commit

Permalink
ifdafda
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Jan 29, 2025
1 parent b275bd9 commit c6a9c80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sync-infix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ jobs:
check_changes:
runs-on: [ self-hosted, latest ]
if: ${{ vars.SYNC_INFIX }}
outputs:
has_changes: ${{ steps.check_changes.outputs.has_changes }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.COMMIT_TOKEN }}
fetch-depth: 0
submodules: true
clean: true
submodules: recursive
- name: Check for updates and commit if needed
id: check_changes
run: |
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
CHANGES=1
fi
echo "has_changes=$CHANGES" >> $GITHUB_OUTPUT
if [ $CHANGES -eq 1 ]; then
git push origin latest
fi

0 comments on commit c6a9c80

Please sign in to comment.