mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 05:41:03 +00:00
debug
This commit is contained in:
13
.github/workflows/update-aur.yml
vendored
13
.github/workflows/update-aur.yml
vendored
@@ -117,21 +117,16 @@ jobs:
|
|||||||
sudo -u builder updpkgsums
|
sudo -u builder updpkgsums
|
||||||
sudo -u builder makepkg --printsrcinfo > .SRCINFO
|
sudo -u builder makepkg --printsrcinfo > .SRCINFO
|
||||||
|
|
||||||
- name: Configure Git
|
|
||||||
if: steps.check-update.outputs.update_needed == 'true'
|
|
||||||
run: |
|
|
||||||
cd hydra-launcher-bin
|
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
git config --global user.name "github-actions[bot]"
|
|
||||||
git config --galobal user.email "github-actions[bot]@users.noreply.github.com"
|
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
if: steps.check-update.outputs.update_needed == 'true'
|
if: steps.check-update.outputs.update_needed == 'true'
|
||||||
run: |
|
run: |
|
||||||
cd hydra-launcher-bin
|
cd hydra-launcher-bin
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
git config --global user.name "github-actions[bot]"
|
||||||
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
git add PKGBUILD .SRCINFO
|
git add PKGBUILD .SRCINFO
|
||||||
|
|
||||||
echo "## Git Diff Preview"
|
echo "## Git Diff Preview"
|
||||||
|
|||||||
Reference in New Issue
Block a user