File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ jobs:
4545 echo "CLASPRC_JSON_FILE=$(tr -d '\n\r' < ~/.clasprc.json)" >> $GITHUB_ENV
4646
4747 - name : Update CLASPRC_JSON
48- if : env.CLASPRC_JSON_FILE != ${{ secrets.REPO_ACCESS_TOKEN }}
48+ if : env.CLASPRC_JSON_FILE != ${{secrets.REPO_ACCESS_TOKEN }}
4949 env :
50- GH_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
50+ GH_TOKEN : ${{secrets.REPO_ACCESS_TOKEN }}
5151 run : |
52- echo "${{ env.CLASPRC_JSON_FILE }}" | gh secret set CLASPRC_JSON --repo ${{ github.repository }}
52+ echo "${{env.CLASPRC_JSON_FILE }}" | gh secret set CLASPRC_JSON --repo ${{github.repository }}
5353
5454 # RUN CLASP PUSH SCRIPT
5555 - name : Make clasp_push.sh executable
5656 run : chmod +x ./.github/scripts/clasp_push.sh
5757
5858 - name : Run clasp_push.sh
5959 id : run-clasp-push
60- run : ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}
60+ run : ./.github/scripts/clasp_push.sh ${{steps.changed-files.outputs.all_changed_files }}
You can’t perform that action at this time.
0 commit comments