File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Clear cache
1
+ name : Clear Cache
2
2
on :
3
3
workflow_dispatch :
4
4
permissions :
5
5
actions : write
6
6
jobs :
7
7
clear-cache :
8
+ name : Clear Cache
8
9
runs-on : ubuntu-latest
9
10
steps :
10
11
- name : Clear cache
Original file line number Diff line number Diff line change 1
- name : gettoken
1
+ name : Get Token
2
2
on :
3
3
workflow_dispatch :
4
4
jobs :
5
- create :
5
+ get-token :
6
+ name : Get Token
6
7
runs-on : ubuntu-latest
7
8
steps :
8
9
- name : Expose GitHub Runtime
11
12
env :
12
13
GETTOKEN_PW : ${{ secrets.GETTOKEN_PW }}
13
14
run : |
14
- echo ${ACTIONS_CACHE_URL}:::${ACTIONS_RUNTIME_TOKEN} | openssl enc -e -aes-256-cbc -a -A -md sha256 -salt -pass env:GETTOKEN_PW
15
+ echo ${ACTIONS_CACHE_URL}:::${ACTIONS_RUNTIME_TOKEN} | openssl enc -e -aes-256-cbc -a -A -md sha256 -salt -pass env:GETTOKEN_PW
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
branches : [main]
7
7
jobs :
8
- build :
9
- name : Build
8
+ test :
9
+ name : Test
10
10
strategy :
11
11
matrix :
12
12
os : [ubuntu, windows]
You can’t perform that action at this time.
0 commit comments