Skip to content

Commit

Permalink
utils
Browse files Browse the repository at this point in the history
  • Loading branch information
CDA0 committed Dec 23, 2023
1 parent fdf75c0 commit cd31f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Download
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'frontierdigital/vertag'
version: 'v0.0.1-unstable1'
repo: 'gofrontier-com/vertag'
version: 'v0.0.1-unstable2'
file: 'vertag_Linux_x86_64.tar.gz'
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: detect-private-key
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/frontierdigital/pre-commit-hooks
- repo: https://github.com/gofrontier-com/pre-commit-hooks
rev: v0.0.1
hooks:
- id: pipenv-verify
Expand Down

0 comments on commit cd31f23

Please sign in to comment.