We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283e7bd commit ab3a15dCopy full SHA for ab3a15d
.github/workflows/platform.updateModuleRegistryTables.yml
@@ -116,8 +116,9 @@ jobs:
116
}
117
- name: Add files, commit and push
118
if: steps.git_status.outputs.changes != ''
119
+ shell: pwsh
120
run: |
- echo "Pushing changes to origin..."
121
+ Write-Verbose "Pushing changes to origin..." -Verbose
122
git add (Join-Path $env:GITHUB_WORKSPACE 'docs' 'static' 'includes' 'module-features' 'bicepBadges.md')
123
git add (Join-Path $env:GITHUB_WORKSPACE 'docs' 'static' 'includes' 'module-features' 'bicepFeatures.csv')
124
git commit -m '${{ env.pr_title }}'
0 commit comments