Skip to content

PWD

PWD #6

Workflow file for this run

name: PWD
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Change Directory
run: cd ./directory1 && ls -l
- name: ReChange Directory
run: cd ./directory2 && ls -l