From 636214f64d5da3f06331e340acfc6bd9a33f761d Mon Sep 17 00:00:00 2001 From: AbdulSam Date: Tue, 8 Aug 2023 17:34:15 +0530 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7d8273..8ee616b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,6 @@ jobs: steps: - name: Job_Info run: | - echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." #${{ ... }} + echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" #run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."