Skip to content

Commit

Permalink
Merge pull request #14 from Swaggy-Swagger/test/testWorkflow
Browse files Browse the repository at this point in the history
test: workflow
  • Loading branch information
hyunihs authored Oct 30, 2024
2 parents 3e6ba48 + a5062de commit 220c07b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-backend-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git branch -M style/ui
git fetch origin style/ui
# Merge changes and override conflicts with ours --allow-unrelated-histories
# Merge changes and override conflicts with ours
git merge -X ours origin/style/ui
# Push the changes to the style/ui branch
Expand Down
1 change: 0 additions & 1 deletion src/style/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ $mango-tango: #e97500 !default;


// Swaggy-Swagger Theme
// for workflow test !!
$color-primary: #2B6764 !default;
$color-secondary: #877455 !default;
$color-info: #4990e2 !default;
Expand Down

0 comments on commit 220c07b

Please sign in to comment.