Skip to content

Commit

Permalink
Nullified workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: thenetworkgrinch <[email protected]>
  • Loading branch information
thenetworkgrinch committed Nov 5, 2024
1 parent b2b23d8 commit 1a45fb2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: ./gradlew build
- name: Publish vendordep
run: ./gradlew publish
- name: Update repository
run: |
git config --global user.name "thenetworkgrinch"
git config --global user.email "[email protected]"
git add .
git commit -m "Upgrading to ${{ inputs.releaseVersion }}"
git push
# - name: Update repository
# run: |
# git config --global user.name "thenetworkgrinch"
# git config --global user.email "[email protected]"
# git add .
# git commit -m "Upgrading to ${{ inputs.releaseVersion }}"
# git push

0 comments on commit 1a45fb2

Please sign in to comment.