File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 id : app-token
4242 uses : actions/create-github-app-token@v2
4343 with :
44- app-id : ${{ vars.MU_ACCESS_APP_ID }}
45- private-key : ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
44+ app-id : {% raw %} ${{ vars.MU_ACCESS_APP_ID }}{% raw % }
45+ private-key : {% raw %} ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}{% raw % }
4646
4747 - name : Update Submodules to Latest Release
4848 uses : microsoft/mu_devops/.github/actions/submodule-release-updater@{{ sync_version.mu_devops }}
4949 with :
50- GH_PAT : {% raw %}${{ steps.app-token.outputs.token }}{% endraw %}
50+ GH_PAT : {% raw %}${{ steps.app-token.outputs.token }}{% raw %}
5151 GH_USER : " ProjectMuBot"
5252 GIT_EMAIL : " mubot@microsoft.com"
5353 GIT_NAME : " Project Mu Bot"
You can’t perform that action at this time.
0 commit comments