Skip to content

Commit

Permalink
fix/mirror: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Aug 23, 2024
1 parent 8a7877e commit c4727a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/call-github-set-topic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ steps.get_workflow_token.outputs.token }}" \
-d '{"ref":"main", "inputs":{"repo":"${{ github.repository }}", "properties":"${{ env.PROPERTIES_ESCAPED }}"}}' \
-d '{"ref":"main", "inputs":{"repo":"${{ github.repository }}", \
"properties":"${{ env.PROPERTIES_ESCAPED }}"}}' \
https://api.github.com/repos/opencepk/opencepk-projects-hub/actions/workflows/github-set-topic-workflow.yml/dispatches
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
# Check if upstream and sync if necessary
# -----------------------------
- repo: git@github.com:opencepk/opencepk-lib-shell-common.git
rev: main
rev: v2.0.0
hooks:
- id: git-upstream-sync
name: git-upstream-sync
Expand All @@ -18,7 +18,7 @@ repos:
# set up commit message hook
# -----------------------------
- repo: git@github.com:opencepk/opencepk-lib-shell-common.git
rev: main
rev: v2.0.0
hooks:
- id: setup-commit-msg-hook
name: setup-commit-msg-hook
Expand All @@ -27,7 +27,7 @@ repos:
# Replace placeholders in template files with values for your project
# -----------------------------
- repo: git@github.com:opencepk/opencepk-lib-python-common.git
rev: main
rev: v1.0.1
hooks:
- id: find-and-replace-strings
args: ["--config", "./.project-properties.json"]
Expand Down

0 comments on commit c4727a5

Please sign in to comment.