This commit is contained in:
parent
a6b7c9e10d
commit
994923ef90
@ -4,18 +4,17 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
# container: offline-twitter/go
|
||||
container: node
|
||||
container: offline-twitter/go
|
||||
# container: node
|
||||
steps:
|
||||
- name: env
|
||||
run: |
|
||||
env
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
# - uses: actions/checkout@v4
|
||||
|
||||
- name: checkout
|
||||
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }}
|
||||
|
||||
- name: wc -l
|
||||
run: wc -l action.yml
|
||||
|
||||
|
@ -12,6 +12,6 @@ runs:
|
||||
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
|
||||
basicauth=$(echo -n "x-access-token:${{ github.token }}" | base64)
|
||||
git config --local http.$GITHUB_SERVER_URL.extraheader "AUTHORIZATION: basic ${basicauth}"
|
||||
GIT_TRACE=1 GIT_CURL_VERBOSE=1 git fetch origin "$GITHUB_REF"
|
||||
git fetch origin "$GITHUB_REF"
|
||||
git checkout "$GITHUB_REF_NAME"
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user