Skip to content

add checksum

add checksum #10

Workflow file for this run

name: hello-world
on: push
env:
CHECKSUM: ed1a4206eacdc5d70aae30c2e040f4fd31cd52456dd3593007ff232d39d7a7a01749a1b7c032c8f2fc0ec8a03c8e4dd0e28cfbeab9043cbe4cfe2e145c0f5807
jobs:
github-hosted:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World from Github!"
self-hosted:
runs-on: self-hosted
container:
image: debian:latest
steps:
- name: my-step
run: echo "Hello World from self hosted!"
- run: ls
- run: pwd