Skip to content

Commit ab3a15d

Browse files
committed
Update to latest
1 parent 283e7bd commit ab3a15d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/platform.updateModuleRegistryTables.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
}
117117
- name: Add files, commit and push
118118
if: steps.git_status.outputs.changes != ''
119+
shell: pwsh
119120
run: |
120-
echo "Pushing changes to origin..."
121+
Write-Verbose "Pushing changes to origin..." -Verbose
121122
git add (Join-Path $env:GITHUB_WORKSPACE 'docs' 'static' 'includes' 'module-features' 'bicepBadges.md')
122123
git add (Join-Path $env:GITHUB_WORKSPACE 'docs' 'static' 'includes' 'module-features' 'bicepFeatures.csv')
123124
git commit -m '${{ env.pr_title }}'

0 commit comments

Comments
 (0)