Skip to content

Commit

Permalink
ommit authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent eac8b39 commit 9560e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: Set safe directory
run: |
git config --global --add safe.directory /__w/ds-template/ds-template
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- name: Validate package build
Expand All @@ -41,6 +40,7 @@ jobs:
run: |
git init
git remote add origin [email protected]:karllu3/ds-lk-default.git
git config --unset-all http.https://github.com/.extraheader
git add .
- name: Install pre-commit
Expand Down

0 comments on commit 9560e6f

Please sign in to comment.