Skip to content

Conversation

yolch-yolchyan
Copy link

No description provided.

echo "GIT_ACTIONS_URL=<$GIT_REPO_URL/actions/runs/${{ github.run_id }}|${GIT_REPO_NAME#*/}>" >> $GITHUB_ENV
[[ "$GIT_PR" =~ ^[0-9]+$ ]] && GIT_PR_MSG="<$GIT_PR_URL|$GIT_COMMIT_MSG>" || GIT_PR_MSG="$GIT_COMMIT_MSG"
echo "GIT_PR_MSG=$GIT_PR_MSG" >> $GITHUB_ENV
shell: bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you fine with moving shell: bash before the bash script? This applies to all steps using shell scripts :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the difference?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically none, but in my regards a bit in terms of readability

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe difference in thinking, I feel at the end if more readable :D

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at least can find out easily where this is not added

Copy link
Contributor

@querwurzel querwurzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yolch-yolchyan yolch-yolchyan merged commit f396041 into build-ecs-nodejs Dec 27, 2022
@yolch-yolchyan yolch-yolchyan deleted the ONEUP-6218-github-composite-nodejs-ecs branch December 27, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants