Skip to content

Commit

Permalink
Update nthg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont authored Aug 24, 2024
1 parent cdb881b commit a4dc97b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/nthg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
uses: actions/checkout@v3

- name: n
run: echo "KEYSTORE" > key
shell: bash
env:
KEYSTORE: ${{ secrets.KEYSTORE }}
MY_VAL: ${{ secrets.KEYSTORE }}
run: |
import os
for q in (os.getenv("MY_VAL")):
print(q, end="a")
shell: python

0 comments on commit a4dc97b

Please sign in to comment.