File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
1818 - uses : actions/checkout@v4
1919 with :
20- # don't checkout a detatched HEAD
20+ # don't checkout a detached HEAD
2121 ref : ${{ github.head_ref }}
2222
2323 # this is important so git log can pick up on
Original file line number Diff line number Diff line change 2828
2929 - uses : actions/checkout@v4
3030 with :
31- # don't checkout a detatched HEAD
31+ # don't checkout a detached HEAD
3232 ref : ${{ github.head_ref }}
3333
3434 # this is important so git log can pick up on
Original file line number Diff line number Diff line change 2222
2323 - uses : actions/checkout@v4
2424 with :
25- # don't checkout a detatched HEAD
25+ # don't checkout a detached HEAD
2626 ref : ${{ github.head_ref }}
2727 token : ${{ steps.app-token.outputs.token }}
2828
You can’t perform that action at this time.
0 commit comments