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 @@ -23,13 +23,13 @@ jobs:
2323 - name : Update submodules
2424 run : git submodule update --remote --recursive
2525 - run : |
26- echo " CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
26+ CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')
2727 git config user.name github-actions
2828 git config user.email [email protected] 29- git checkout -b update-diff-${{ env. CURRENT_DATETIME }}
29+ git checkout -b update-diff-$CURRENT_DATETIME
3030 git add .
3131 git commit -m "Update line-openapi"
32- git push origin update-diff-${{ env. CURRENT_DATETIME }}
32+ git push origin update-diff-$CURRENT_DATETIME
3333 gh pr create -B ${{ github.ref_name }} --title "Update line-openapi" --body ""
3434 env:
3535 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments