Skip to content

Commit 7a4cb82

Browse files
beeme1mrtoddbaert
authored andcommitted
chore: fix typos in the release audit workflow
Signed-off-by: Michael Beemer <[email protected]>
1 parent 3044fa5 commit 7a4cb82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/audit-pending-releases.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)