Skip to content

Commit

Permalink
fix: 스크립트 줄바꿈 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Nov 24, 2023
1 parent f72614b commit 3ec3f1b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/project_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,5 @@ jobs:
projectV2Item {
id
}
}'
-f project=$PROJECT_ID
-f item=$ITEM_ID
-f status_field=$STATUS_FIELD_ID
-f status_value=$PENDING_OPTION_ID
--silent
}
}' -f project=$PROJECT_ID -f item=$ITEM_ID -f status_field=$STATUS_FIELD_ID -f status_value=$PENDING_OPTION_ID --silent

0 comments on commit 3ec3f1b

Please sign in to comment.