Skip to content

Commit

Permalink
Update team reference in hub command
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Jul 4, 2024
1 parent 9676a0c commit 87ee7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo "No changes."
else
# Create pull request
hub pull-request -m "[l10n] Source document updates" -h l10n_updates -b l10n_reference -l l10n -r mozilla/legal-l10n
hub pull-request -m "[l10n] Source document updates" -h l10n_updates -b l10n_reference -l l10n -r @mozilla/legal-l10n
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/prod_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "No changes."
else
# Create pull request
hub pull-request -m "[prod] Publish document updates" -h prod_updates -b prod -l prod -r mozilla/legal-l10n
hub pull-request -m "[prod] Publish document updates" -h prod_updates -b prod -l prod -r @mozilla/legal-l10n
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87ee7c8

Please sign in to comment.