We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86822f commit 3fe1cf4Copy full SHA for 3fe1cf4
1 file changed
.github/workflows/test.yml
@@ -15,5 +15,10 @@ jobs:
15
- run: df -h .
16
- run: df -h /mnt/aux
17
- run: ls -alh /mnt/aux
18
+ - run: echo "$KEYS"
19
+ - run: export HASH="$(echo lorem_ipsum | sha256sum | awk '{print $1}')"
20
+ - run: echo $HASH
21
+ - run: cat "$KEYS" | jq -r .\"$HASH\"
22
+ - run: cat "$KEYS" | jq -r .\"$HASH\" | base64 -d
23
- run: _secret_custom_get_tools_v2
24
- run: ls -lah .
0 commit comments