Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes committed Aug 6, 2024
1 parent e540f07 commit a4fa29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/upload-maven-artifacts/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload MSf artifacts
name: Upload UVL artifacts

description: 'Custom action used to upload UVL artifacts ie execution ready .zip files to GitHub'

Expand Down Expand Up @@ -37,7 +37,7 @@ runs:
with:
servers: |
[{
"id": "uvl-emr-github-lime-emr",
"id": "madiro-org-github-uvl-emr",
"username": "${{ inputs.maven-server-username }}",
"password": "${{ inputs.maven-server-token }}"
}]
Expand Down

0 comments on commit a4fa29f

Please sign in to comment.