Skip to content

Commit 4e9c40c

Browse files
committed
Fix up workflow files a bit.
1 parent dfdfc9c commit 4e9c40c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/clearcache.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Clear cache
1+
name: Clear Cache
22
on:
33
workflow_dispatch:
44
permissions:
55
actions: write
66
jobs:
77
clear-cache:
8+
name: Clear Cache
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Clear cache

.github/workflows/gettoken.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: gettoken
1+
name: Get Token
22
on:
33
workflow_dispatch:
44
jobs:
5-
create:
5+
get-token:
6+
name: Get Token
67
runs-on: ubuntu-latest
78
steps:
89
- name: Expose GitHub Runtime
@@ -11,4 +12,4 @@ jobs:
1112
env:
1213
GETTOKEN_PW: ${{ secrets.GETTOKEN_PW }}
1314
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

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66
branches: [main]
77
jobs:
8-
build:
9-
name: Build
8+
test:
9+
name: Test
1010
strategy:
1111
matrix:
1212
os: [ubuntu, windows]

0 commit comments

Comments
 (0)