Skip to content

Commit 702e8f3

Browse files
committed
Test update nexus-sync-action
See gh-1567
1 parent 653c5ff commit 702e8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sync-to-maven-central/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
shell: bash
2525
run: jf rt download --spec ${{ format('{0}/artifacts.spec', github.action_path) }} --spec-vars 'buildName=${{ format('spring-ws-{0}', inputs.spring-ws-version) }};buildNumber=${{ github.run_number }}'
2626
- name: Sync
27-
uses: spring-io/nexus-sync-action@06c0064cac7caf1fed48ab8a27fbb70f2ca38f0c # v0.1.0
27+
uses: spring-io/nexus-sync-action@2a9ee2f355857fc296ff13bc144d96a75ff75a56
2828
with:
2929
token: ${{ inputs.central-token-password }}
3030
token-name: ${{ inputs.central-token-username }}

0 commit comments

Comments
 (0)