Skip to content

Commit

Permalink
try without checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Makrennel committed Jun 12, 2024
1 parent ead3179 commit 7e73d7a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/refresh-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +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
with:
path: ~/hyprland-void
# - name: Checkout hyprland-void
# uses: actions/checkout@v4
- name: Refresh repository
run: |
cd ~/hyprland-void
cd ../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 7e73d7a

Please sign in to comment.