mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Merge pull request #19 from anas-elgarhy/renovate/gradle-gradle-build-action-digest
chore(deps): update gradle/gradle-build-action digest to 8e02c82
This commit is contained in:
commit
63e6383d19
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gradle-publish.yml
vendored
4
.github/workflows/gradle-publish.yml
vendored
|
@ -33,14 +33,14 @@ jobs:
|
||||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: gradle/gradle-build-action@680037c65b998d750280aefaffd22cd3560fc9db
|
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
|
||||||
with:
|
with:
|
||||||
arguments: build
|
arguments: build
|
||||||
|
|
||||||
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
||||||
# the publishing section of your build.gradle
|
# the publishing section of your build.gradle
|
||||||
- name: Publish to GitHub Packages
|
- name: Publish to GitHub Packages
|
||||||
uses: gradle/gradle-build-action@680037c65b998d750280aefaffd22cd3560fc9db
|
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
|
||||||
with:
|
with:
|
||||||
arguments: publish
|
arguments: publish
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue