File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 ref : ${{ github.event.ref }}
1717
18- # if this is an SDK release, make sure there's no pending releases for @openfeature/core
18+ # if this is an SDK release, make sure there are no pending releases for @openfeature/core
1919 - name : Check for Pending Dependency PRs
2020 if : ${{ !endsWith(github.ref_name, env.CORE_PACKAGE) }}
2121 run : |
@@ -39,11 +39,11 @@ jobs:
3939 run : |
4040 npm run update-core-peers && \
4141 ! git diff-files --quiet && \
42- ( echo 'Updated peer dependency in dependants, commiting ...'
42+ ( echo 'Updated peer dependency in dependents, committing ...'
4343 git add --all && \
4444 git config user.name "openfeature-peer-update-bot" && \
4545 git config user.email "[email protected] " && \ 46- git commit -m 'fix: bump @openfeaure /${{ env.CORE_PACKAGE }} peer' -s && \
47- git push ) || echo 'Peer dependency in dependants is already up to date.'
46+ git commit -m 'fix: bump @openfeature /${{ env.CORE_PACKAGE }} peer' -s && \
47+ git push ) || echo 'Peer dependency in dependents is already up to date.'
4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments