Skip to content

Commit

Permalink
fix syntax for last attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Dec 7, 2023
1 parent 3183085 commit 2df34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Set git config to use personal access token in secrets
run: |
git config --global url."https://${secrets.PERSONAL_ACCESS_TOKEN}@github.com/Organization/repo-name".insteadOf "https://github.com/Organization/repo-name"
git config --global url."https://${{secrets.PERSONAL_ACCESS_TOKEN}}@github.com/Organization/repo-name".insteadOf "https://github.com/Organization/repo-name"
- name: Install dependencies
run: |
Expand Down

0 comments on commit 2df34e7

Please sign in to comment.