Skip to content

Commit 12eabc9

Browse files
committed
misc: Add first line comment to display step name in GH workflow logs
1 parent db5216d commit 12eabc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ runs:
114114
id: codeartifact
115115
shell: bash
116116
run: |
117+
# Generate CodeArtifact token and url
117118
TOKEN=`aws codeartifact get-authorization-token --domain ${{ inputs.aws-codeartifact-domain }} --query authorizationToken --output text`
118119
echo "::add-mask::$TOKEN"
119120
echo "TOKEN=$TOKEN" >> $GITHUB_OUTPUT
@@ -129,6 +130,7 @@ runs:
129130
- name: Generate Maven settings.xml
130131
shell: bash
131132
run: |
133+
# Generate Maven settings.xml
132134
mkdir -p $HOME/.m2
133135
cat <<EOF > $HOME/.m2/settings.xml
134136
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"

0 commit comments

Comments
 (0)