33
33
runs-on : ${{ matrix.os }}
34
34
35
35
steps :
36
- - name : Checkout local repository
36
+ - name : Checkout repository
37
37
uses : actions/checkout@v2
38
38
39
39
- name : Run script with defaults
65
65
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
66
66
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"
67
67
68
- - name : Checkout local repository
68
+ - name : Checkout repository
69
69
uses : actions/checkout@v2
70
70
71
71
- name : Run script with custom install location
95
95
VERSION : " 1.0.0"
96
96
97
97
steps :
98
- - name : Checkout local repository
98
+ - name : Checkout repository
99
99
uses : actions/checkout@v2
100
100
101
101
- name : Run script with version argument
@@ -121,7 +121,7 @@ jobs:
121
121
runs-on : ${{ matrix.os }}
122
122
123
123
steps :
124
- - name : Checkout local repository
124
+ - name : Checkout repository
125
125
uses : actions/checkout@v2
126
126
127
127
- name : Run script with nightly build version argument
0 commit comments