Skip to content

ci: add continue-on-error workflow #2

ci: add continue-on-error workflow

ci: add continue-on-error workflow #2

Workflow file for this run

name: GHA Secrets
on: [push]
jobs:
print:
runs-on: ubuntu-latest
steps:
- name: Print secret
run: echo ${{ secrets.TRY_PRINT_ME }}