Skip to content

Commit

Permalink
PROJECT_DIR: ${{ github.workspace }} # Set the project directory usin…
Browse files Browse the repository at this point in the history
…g GITHUB_WORKSPACE
  • Loading branch information
PtPrashantTripathi committed Aug 23, 2024
1 parent 7bc68a0 commit 1573995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
RELEASE_DATE: "2024-08-11"

PROJECT_DIR: ${{ github.workspace }} # Set the project directory using GITHUB_WORKSPACE
steps:
# Step 1: Checkout the repository
- name: Checkout repository
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

# Step 5: Run Pre commit
- name: Run pre-commit hooks
run: pre-commit run --all-files
run: pre-commit run --all-files

# # Step 6: Commit changes to a new branch
# - name: Commit changes
Expand Down

0 comments on commit 1573995

Please sign in to comment.