Skip to content

Commit

Permalink
Update workflow to fetch from upstream (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored Apr 9, 2024
1 parent 5988b89 commit c23043e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/open-pr-on-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if [ -n "$MODIFIED" ]; then
hasModif="true"
fi
echo "modified=${hasModif}"
echo "::set-output name=modified::${hasModif}"
env:
UPSTREAM_REPO_URL: ${{ matrix.buildenv.repo }}
UPSTEAM_BRANCH: ${{ matrix.buildenv.upstreambranch }}
Expand All @@ -121,7 +121,7 @@ jobs:
PROJECT_DIR: ${{ matrix.buildenv.projectdir }}
- name: Create or update Pull Request
if: steps.checknewupstream.outputs.modified == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: New upstream snapshot for ${{ matrix.buildenv.project }}
title: Auto update new upstream snapshot for ${{ matrix.buildenv.project }}
Expand Down

0 comments on commit c23043e

Please sign in to comment.