Skip to content

Update helloworld.yml #64

Update helloworld.yml

Update helloworld.yml #64

Workflow file for this run

name: GHSCD 2024
on: [push, workflow_dispatch]
jobs:
hello-world:
runs-on: ubuntu-latest
name: Job
steps:
- run: id
- run: uname -a
- run: env
- run: echo "Hello GHSCD 2024!"
- run: echo ${{ secrets.SEGREDO}}