Skip to content

Commit d7dfd6e

Browse files
authored
Update and rename test_elevation.yaml to test_elevation.yml
1 parent f1c04e0 commit d7dfd6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Recovering secrets
1+
name: elevation-test
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
jobs:
88
base64:
99
name: Recover With Base64
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- env:
@@ -20,7 +20,7 @@ jobs:
2020
echo "echo PASTE_HERE | base64 -D"
2121
openssl:
2222
name: Recover With OpenSSL
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v3
2626
- env:

0 commit comments

Comments
 (0)