1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

Tweak Workflows

This commit is contained in:
purian23
2025-11-25 10:09:11 -05:00
parent c17bb9e171
commit 9920a0a59f

View File

@@ -129,15 +129,11 @@ jobs:
github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_dispatch' ||
needs.check-updates.outputs.has_updates == 'true' needs.check-updates.outputs.has_updates == 'true'
permissions:
contents: write
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Determine packages to update - name: Determine packages to update
id: packages id: packages
@@ -193,22 +189,6 @@ jobs:
fi fi
done done
- name: Commit version updates
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
if ! git diff --exit-code distro/opensuse/ >/dev/null 2>&1; then
git add distro/
git commit -m "chore: update packaging versions
🤖 Automated update by GitHub Actions
Workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" || echo "No changes to commit"
git push || echo "Could not push (may need permissions)"
else
echo "No version changes to commit"
fi
- name: Install OSC - name: Install OSC
run: | run: |
sudo apt-get update sudo apt-get update