Skip to content

Commit

Permalink
Back to actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Makrennel committed Jun 12, 2024
1 parent 85b4cf6 commit be88798
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/refresh-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Clone Hyprland-Void repo and prepare
run: |
git clone https://github.com/Makrennel/hyprland-void.git
git clone --depth=1 https://github.com/Makrennel/hyprland-void.git
cd hyprland-void
cat common/shlibs >> ../void-packages/common/shlibs
cp -r srcpkgs/* ../void-packages/srcpkgs
Expand Down Expand Up @@ -145,12 +145,12 @@ jobs:
xbps-rindex --privkey ./private.pem --sign --signedby "hyprland-void-github-action" ~/hostdir/binpkgs
xbps-rindex --privkey ./private.pem --sign-pkg ~/hostdir/binpkgs/*.xbps
# - name: Checkout hyprland-void
# uses: actions/checkout@v4
- name: Checkout hyprland-void
uses: actions/checkout@v4

- name: Refresh repository
run: |
cd ../hyprland-void
cd $GITHUB_WORKSPACE/hyprland-void
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git push origin -d repository
Expand Down

0 comments on commit be88798

Please sign in to comment.