File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 with :
1414 ref : gh-pages
1515
16+ - name : Configure Git identity
17+ run : |
18+ git config --global user.name "github-actions[bot]"
19+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
20+
1621 - name : Delete PR directory
1722 run : |
1823 PR_DIR=${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 2020 - 'preview/**'
2121
2222 - id : ' auth'
23- uses : ' google-github-actions/auth@v0 '
23+ uses : ' google-github-actions/auth@v2.1.6 '
2424 with :
2525 credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
2626
Original file line number Diff line number Diff line change 3838 sed -i 's|search/search_index.json|https://storage.googleapis.com/cp-algorithms/search_index.json|g' public/assets/javascripts/*.js
3939
4040 - id : ' auth'
41- uses : ' google-github-actions/auth@v0 '
41+ uses : ' google-github-actions/auth@v2.1.6 '
4242 with :
4343 credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
4444
You can’t perform that action at this time.
0 commit comments