Skip to content

Commit

Permalink
fix notify-clients.yaml name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Jun 14, 2024
1 parent d3086b9 commit 1fad804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Update main workflow
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.NEXT_VERSION }}' ]' .github/workflows/main.yml
- name: Update Notify clients workflow
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.NEXT_VERSION }}' ]' .github/workflows/notify-clients.yml
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.NEXT_VERSION }}' ]' .github/workflows/notify-clients.yaml
- name: Commit main branch changes
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
Expand Down

0 comments on commit 1fad804

Please sign in to comment.