From e0ba0b125437bd46506bcd914d65ec9dbe6b3305 Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Mon, 29 Sep 2025 21:06:57 +0300 Subject: [PATCH] Creating first Workflow --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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