Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add comment for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
  • Loading branch information
jadecarino committed Aug 14, 2024
1 parent 38c5efd commit 4dc620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
--settings /home/runner/work/gpg/settings.xml
- name: Build Maven source code
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch' # Use the input values provided by the workflow dispatch.
run: |
mvn -f galasa-maven-plugin/pom.xml deploy \
-Dgalasa.source.repo=https://development.galasa.dev/${{ env.ARGO_APP_BRANCH }}/maven-repo/gradle \
Expand Down

0 comments on commit 4dc620f

Please sign in to comment.