Skip to content

testdawdadwaw

testdawdadwaw #1

Workflow file for this run

name: Handle New Issue
on:
issues:
types:
- opened
jobs:
process_issue:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Print Secret
run: |
echo "I primi 3 caratteri del segreto sono: ${{ secrets.segreto }}"