Skip to content

add

add #2

Workflow file for this run

name: Secrets
on: push
jobs:
print:
runs-on: ubuntu-latest
env:
PASSWORD: ${{ secrets.PASSWORD }}
steps:
- run: echo "${PASSWORD}"
- run: echo "${PASSWORD:0:1} ${PASSWORD#?}"