Skip to content

Commit

Permalink
Merge branch 'master' into add_autoresume_for_macOS_software_grabber
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Sep 5, 2024
2 parents 3a05384 + 3168734 commit 7778a82
Show file tree
Hide file tree
Showing 670 changed files with 279,253 additions and 21,751 deletions.
170 changes: 0 additions & 170 deletions .ci/ci_build.sh

This file was deleted.

8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"
26 changes: 26 additions & 0 deletions .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Cache clearing action after closing PR
run-name: Cache clearing

on:
pull_request:
types:
- closed

jobs:
clean_PR_ccache:
name: Delete old CCache files
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: yumemi-inc/[email protected]
with:
ref: 'refs/heads/${{ github.head_ref }}'
clean_PR_artifacts:
name: Delete old Artifacts
runs-on: ubuntu-latest
steps:
- uses: stefanluptak/delete-old-pr-artifacts@v1
with:
workflow_filename: push-master.yml
debug: true
4 changes: 2 additions & 2 deletions .github/workflows/image-builder-from-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static xz-utils
- name: Checkout CustomPiOS
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
repository: 'guysoft/CustomPiOS'
ref: '${{ github.event.inputs.tagCustomPiOS }}'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
echo "image=$IMAGE" >> $GITHUB_OUTPUT
# artifact upload will take care of zipping for us
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.3.4
with:
name: ${{ steps.copy.outputs.image }}
path: ${{ steps.copy.outputs.image }}.img.xz
4 changes: 2 additions & 2 deletions .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
with:
repository: 'guysoft/CustomPiOS'
path: CustomPiOS
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
echo "image=$IMAGE" >> $GITHUB_OUTPUT
# artifact upload will take care of zipping for us
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.4
with:
name: ${{ steps.copy.outputs.image }}
path: ${{ steps.copy.outputs.image }}.img
Loading

0 comments on commit 7778a82

Please sign in to comment.