diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 345c25c..a3f3939 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,8 +10,8 @@ jobs: - name: say hello run: echo "Hello World" - - name: create files & directories - run: touch access.log + - name: create file + run: touch jemy.log - name: list files run: ls -la \ No newline at end of file