parent
d0aa3407a9
commit
1d3b432015
|
@ -198,7 +198,7 @@ jobs:
|
||||||
echo "I am $BAR, thanks"
|
echo "I am $BAR, thanks"
|
||||||
echo "I am $TEST_AAA, thanks"
|
echo "I am $TEST_AAA, thanks"
|
||||||
|
|
||||||
- name: custom envs format
|
- name: pass all ENV variables to script
|
||||||
uses: ./
|
uses: ./
|
||||||
env:
|
env:
|
||||||
INPUT_FOO: "BAR"
|
INPUT_FOO: "BAR"
|
||||||
|
@ -212,6 +212,8 @@ jobs:
|
||||||
script: |
|
script: |
|
||||||
echo "I am $INPUT_FOO, thanks"
|
echo "I am $INPUT_FOO, thanks"
|
||||||
echo "I am $INPUT_AAA, thanks"
|
echo "I am $INPUT_AAA, thanks"
|
||||||
|
echo "$GITHUB_BASE_REF"
|
||||||
|
echo "$GITHUB_REF"
|
||||||
|
|
||||||
testing03:
|
testing03:
|
||||||
name: git clone and pull
|
name: git clone and pull
|
||||||
|
|
Loading…
Reference in New Issue