Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 20, 2023
1 parent fe3ccb3 commit a8c2627
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/update-skeleton.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "update-skeleton"

on:
workflow_dispatch:

jobs:
update:
name: Update Skeleton

runs-on: ubuntu-latest
continue-on-error: false

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress

- name: Installed dependencies
run: composer show -D

- name: Sync changes
run: |
php bin/sync
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Skeleton

0 comments on commit a8c2627

Please sign in to comment.