Skip to content

Commit f8d1c6d

Browse files
author
Tim Schneeberger
authored
Update package-deb.yml
1 parent cc580f2 commit f8d1c6d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/package-deb.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,17 +239,20 @@ jobs:
239239
gpg --default-key "${EMAIL}" -abs -o - Release > Release.gpg
240240
gpg --default-key "${EMAIL}" --clearsign -o - Release > InRelease
241241
242-
- name: Push to PPA
243-
uses: cpina/github-action-push-to-another-repository@main
244-
env:
245-
API_TOKEN_GITHUB: ${{ secrets.REPO_AUTH_TOKEN }}
246-
with:
247-
source-directory: '.'
248-
destination-github-username: 'ThePBone'
249-
destination-repository-name: 'PPA-Repository'
250-
user-email: [email protected]
251-
target-branch: master
242+
- name: Commit
243+
run: |
244+
cd bot-test2
245+
git config --local user.email "[email protected]"
246+
git config --local user.name "Tim Schneeberger"
247+
git add .
248+
git commit -m "Update jamesdsp packages"
252249
250+
- name: Push changes
251+
uses: ad-m/github-push-action@master
252+
with:
253+
github_token: ${{ secrets.REPO_AUTH_TOKEN }}
254+
repository: ThePBone/PPA-Repository
255+
force: true
253256

254257
attach-to-release:
255258
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)