From 00abfd2c78abe5dcab70ceb36dab22f256948f20 Mon Sep 17 00:00:00 2001 From: Sandy <7pandeys@gmail.com> Date: Wed, 21 Aug 2024 00:03:06 +0530 Subject: [PATCH] Update workflow --- .github/workflows/github-actions-demo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index bfa0acf..2fb3c4c 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -7,7 +7,7 @@ jobs: steps: - run: python --version - run: curl -sSL https://install.python-poetry.org | python3 - - - run: cd ${{ github.workspace }}/Basic/Basic_Of_Python +# - run: cd ${{ github.workspace }}/Basic/Basic_Of_Python - run: poetry install - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" @@ -19,4 +19,6 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} + cd ${{ github.workspace }} + cd Basic - run: echo "🍏 This job's status is ${{ job.status }}."