From 8ef161a2b11b3af8a5636eb78c9dc95a4aea11ae Mon Sep 17 00:00:00 2001 From: RahmaIsmail Date: Fri, 29 Nov 2024 00:32:36 +0200 Subject: [PATCH] edit --- .github/workflows/main.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a547b51..19a2b36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,11 +10,16 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v2 + - name: Testing run: pwd - - name: Print + - name: Printbefore run: echo Rahomah + + - name: Checkout repository + uses: actions/checkout@v2 + + - name: PrintAfter + run: echo Rahomah \ No newline at end of file