Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
fix: typo in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 7, 2024
1 parent a1f41c1 commit 38712b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
--head chore/update-content \
--title "[AUTO] Sync with dashboard database" \
--body "This PR updates the content based on the current state of the Dashboard." \
--assignee "${{ github.actor }}
--assignee "${{ github.actor }}" \
--reviewer "${{ github.actor }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38712b3

Please sign in to comment.