File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
ref : ${{ github.event.ref }}
17
17
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
19
19
- name : Check for Pending Dependency PRs
20
20
if : ${{ !endsWith(github.ref_name, env.CORE_PACKAGE) }}
21
21
run : |
@@ -39,11 +39,11 @@ jobs:
39
39
run : |
40
40
npm run update-core-peers && \
41
41
! git diff-files --quiet && \
42
- ( echo 'Updated peer dependency in dependants, commiting ...'
42
+ ( echo 'Updated peer dependency in dependents, committing ...'
43
43
git add --all && \
44
44
git config user.name "openfeature-peer-update-bot" && \
45
45
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.'
48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments