We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9913c2 commit d9bc935Copy full SHA for d9bc935
.github/workflows/generate-pgo.yaml
@@ -26,11 +26,10 @@ jobs:
26
- uses: actions/checkout@v3
27
with:
28
ref: ${{ env.PGO_BRANCH }}
29
- - run: |
30
- git rm --cached ${{ env.PGO_FILE }}
31
- cp /tmp/${{ env.PGO_FILE }} .
+ - run: git rm --cached ${{ env.PGO_FILE }}
32
- if: ${{ success() || failure() }}
33
run: |
+ cp /tmp/${{ env.PGO_FILE }} .
34
git config --local user.email "[email protected]"
35
git config --local user.name "ghost"
36
git add ${{ env.PGO_FILE }}
0 commit comments