Skip to content

docs: add TEAM.md introducing the personal productivity CLI toolset team #5

docs: add TEAM.md introducing the personal productivity CLI toolset team

docs: add TEAM.md introducing the personal productivity CLI toolset team #5

Workflow file for this run

name: show commit id and password
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Show commit Id
env:
COMMIT_ID: ${{ github.sha }}
run: echo "commit id => $COMMIT_ID"
- name: Show password
env:
MY_PASSWORD: ${{ secrets.PASSWORD }}
run: echo "password => $MY_PASSWORD"