Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Sep 20, 2024
1 parent 66dad32 commit 4d327ba
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-github-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add src/langfuse_github_discussions.json
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update langfuse_github_discussions.json" && git push)
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update langfuse_github_discussions.json" && git push origin ${GITHUB_REF#refs/heads/})
Loading

0 comments on commit 4d327ba

Please sign in to comment.