Skip to content

Added myself to the hero list #1

Added myself to the hero list

Added myself to the hero list #1

Workflow file for this run

name: Hero Check
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Run script
run: |
echo -n "${{github.actor}}-${{secrets.SALT}}" | openssl dgst -${{secrets.ALGO}}