Skip to content

Commit

Permalink
Update gen
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Aug 14, 2023
1 parent a6db61e commit 422180e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
base: refactor_dev
token: ${{ secrets.AUTO_UPDATE_KEY }}
reviewers: pjreiniger
branch: autoupdate/rules_wpiformat_update
branch: autoupdate/rules_wpiformat_update_${{ env.NEW_VERSION }}
title: "Auto Update rules_wpiformat module to '${{ env.NEW_VERSION }}'"

- name: Create BCR Pull Request
Expand All @@ -80,5 +80,5 @@ jobs:
base: bzlmodrio
token: ${{ secrets.AUTO_UPDATE_KEY }}
reviewers: pjreiniger
branch: autoupdate/rules_wpiformat_update
branch: autoupdate/rules_wpiformat_update_${{ env.NEW_VERSION }}
title: "Auto Update latest rules_wpiformat to '${{ env.NEW_VERSION }}'"

0 comments on commit 422180e

Please sign in to comment.