Skip to content

Commit

Permalink
fix: projects api helpers (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Jan 5, 2022
1 parent 04e8b85 commit ae02a7b
Show file tree
Hide file tree
Showing 24 changed files with 37 additions and 41 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ indent_size = 2
[*.{ts,js,json}]
indent_size = 2

[*.bat]
indent_style = tab
end_of_line = crlf

[LICENSE]
insert_final_newline = false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-project-card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: ./
with:
helper: create-project-card
project_name: 'test project'
project_destination_column_name: 'test column 1'
project_name: Test Project
project_destination_column_name: Test Column 1
github_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/move-project-card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ./
with:
helper: move-project-card
project_name: 'test project'
project_origin_column_name: 'test column 1'
project_destination_column_name: 'test column 2'
project_name: Test Project
project_origin_column_name: Test Column 1
project_destination_column_name: Test Column 2
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions dist/0.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/0.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/101.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae02a7b

Please sign in to comment.