Skip to content

Commit

Permalink
Rcskosir checking for branch (#133)
Browse files Browse the repository at this point in the history
[BUG] * `azurerm_mongo_cluster` - remove CustomizeDiff logic for `administrator_password` to allow the input to be generated by the `random_password` resource [GH-28215]
  • Loading branch information
rcskosir authored Dec 14, 2024
1 parent c54345b commit c23b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
BRANCH=automation-changelog
BRANCH=automated-changelog
#CHANGE API CALL BELOW TO MATCH AZURE REPO
if gh api repos/rcskosir/Issues_GitHubActions/branches/$BRANCH > /dev/null 2>&1; then
echo "Branch exists on remote..."
Expand Down

0 comments on commit c23b0b8

Please sign in to comment.