Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ayesha Jayasankha <51480027+ayeshajay@users.noreply.github.com>
  • Loading branch information
madurangasiriwardena and ayeshajay authored Nov 13, 2024
1 parent 1371b88 commit ed50f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/pr-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PULL_NUMBER=$(echo $PR_LINK | awk -F'/' '{print $7}')
echo " USER: $USER"
echo " REPO: $REPO"
echo " PULL_NUMBER: $PULL_NUMBER"
echo "REPO_NAME=$REPO" >> $GITHUB_OUTPUT
echo "REPO_NAME=$REPO" >> "$GITHUB_OUTPUT"
echo "=========================================================="
echo "Cloning product-is"
echo "=========================================================="
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Update Dependencies
id: builder_step
run: |
echo "REPO_NAME=${{ env.REPOSITORY }}" >> $GITHUB_OUTPUT
echo "REPO_NAME=${{ env.REPOSITORY }}" >> "$GITHUB_OUTPUT"
echo ""
echo "Starting dependency upgrade"
echo "=========================================================="
Expand Down

0 comments on commit ed50f52

Please sign in to comment.