Skip to content

Commit

Permalink
Debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PainOchoco committed Nov 12, 2023
1 parent ed3d73e commit aa37583
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ jobs:
name: laboulangeriecore
- name: Clone Plugins Project
run: |
git config user.name "octocroissant[bot]"
git config user.email 149737708+octocroissant[bot]@users.noreply.github.com
git config --global user.name "octocroissant[bot]"
git config --global user.email 149737708+octocroissant[bot]@users.noreply.github.com
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git clone https://octocroissant[bot]:${{ secrets.PAT_TOKEN }}@github.com/LaBoulangerie/Server.git
ls -a
cp [!original-]**.jar Server/plugins/
ls -a Server
cd Server
git add .
git commit -m "Update artifact from $GITHUB_REPOSITORY"
Expand Down

0 comments on commit aa37583

Please sign in to comment.