Skip to content

edit image tag to fixed #20

edit image tag to fixed

edit image tag to fixed #20

Workflow file for this run

name: Our First Workflow
on: push
jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo 'Hellworld, Github Actions!'
pwd-ls:
name: PWD&LS
runs-on: ubuntu-latest
steps:
- name: Print_Working_Directory
run: pwd
- name: List_Files_-al
run: ls -al