File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff 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- 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
You can’t perform that action at this time.
0 commit comments