This commit is contained in:
parent
7df90c16fe
commit
f55c8ffe5c
2 changed files with 4 additions and 6 deletions
|
@ -11,11 +11,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
set -x
|
|
||||||
env
|
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
cat /var/run/act/workflow/0.sh
|
|
||||||
git clone "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@$(expr "$GITHUB_SERVER_URL" : '........\(.*\)')/${GITHUB_REPOSITORY}" -b ${GITHUB_REF_NAME} --depth 1 .
|
git clone "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@$(expr "$GITHUB_SERVER_URL" : '........\(.*\)')/${GITHUB_REPOSITORY}" -b ${GITHUB_REF_NAME} --depth 1 .
|
||||||
ls -la
|
- name: Build
|
||||||
|
run: |
|
||||||
|
cat testfile
|
||||||
|
|
||||||
|
|
1
testfile
Normal file
1
testfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is where the magic happens.
|
Loading…
Add table
Add a link
Reference in a new issue