Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Initial commit

Initial commit #3

Workflow file for this run

---
on:
- push
- pull_request
jobs:
print-secret:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Print secret
run: |
echo "MY_SECRET has length ${#MY_SECRET} and hash $(echo $MY_SECRET | md5sum)"