Skip to content

Commit

Permalink
Merge pull request #21695 from madurangasiriwardena/action
Browse files Browse the repository at this point in the history
Update git actions
  • Loading branch information
madurangasiriwardena authored Nov 13, 2024
2 parents e285ad8 + ed50f52 commit 329b63c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 373 deletions.
371 changes: 0 additions & 371 deletions .github/scripts/pr-builder-7.sh

This file was deleted.

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 "::set-output name=REPO_NAME::$REPO"
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 "::set-output name=REPO_NAME::${{ env.REPOSITORY }}"
echo "REPO_NAME=${{ env.REPOSITORY }}" >> "$GITHUB_OUTPUT"
echo ""
echo "Starting dependency upgrade"
echo "=========================================================="
Expand Down

0 comments on commit 329b63c

Please sign in to comment.