Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test commit #16

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ca684e1
test commit
sugama-satsuki Jul 27, 2023
b3f3e96
test commit !を追加
sugama-satsuki Jul 27, 2023
4e8f27f
test commit
sugama-satsuki Jul 27, 2023
f0ec6f6
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 27, 2023
e39fdfb
test commit.
sugama-satsuki Jul 27, 2023
ad0fc04
test commit: revision App.tsx
sugama-satsuki Jul 27, 2023
da6d2ee
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 27, 2023
9a89001
test commit: !削除
sugama-satsuki Jul 27, 2023
a1e2657
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 28, 2023
7b1ddd6
test commit: inputのplaceholder追記
sugama-satsuki Jul 28, 2023
a8c29c6
test commit: App.tsx
sugama-satsuki Jul 28, 2023
626360c
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 28, 2023
4174e14
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 28, 2023
12a8df6
test commit: inputのplaceholder追記
sugama-satsuki Jul 28, 2023
5ba9fd1
test commit: inputのplaceholder修正
sugama-satsuki Jul 28, 2023
eebf39a
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 28, 2023
246228b
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 28, 2023
ae79d01
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 28, 2023
a58563d
Merge remote-tracking branch 'origin/main' into test
sugama-satsuki Jul 31, 2023
7197cc3
test commit
sugama-satsuki Jul 31, 2023
d0431ec
pull-requests権限の追加
sugama-satsuki Jul 31, 2023
32a8560
test commit
sugama-satsuki Jul 27, 2023
0c93e56
test commit !を追加
sugama-satsuki Jul 27, 2023
29b6483
test commit
sugama-satsuki Jul 27, 2023
cd751b1
test commit.
sugama-satsuki Jul 27, 2023
1fc8adf
test commit: revision App.tsx
sugama-satsuki Jul 27, 2023
f0836da
test commit: !削除
sugama-satsuki Jul 27, 2023
f530ff9
test commit: inputのplaceholder追記
sugama-satsuki Jul 28, 2023
c0b2ed0
test commit: App.tsx
sugama-satsuki Jul 28, 2023
b1ade34
test commit: inputのplaceholder追記
sugama-satsuki Jul 28, 2023
06f8b91
test commit: inputのplaceholder修正
sugama-satsuki Jul 28, 2023
1af8ac0
# This is a combination of 7 commits.
sugama-satsuki Jul 31, 2023
830073c
# This is a combination of 4 commits.
sugama-satsuki Jul 31, 2023
9ce51aa
test commit
sugama-satsuki Jul 31, 2023
eec6b47
Merge branch 'test' of https://github.com/geolonia/maps.geolonia.com …
sugama-satsuki Jul 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/pages-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ on:
jobs:
build:

# if: github.ref == 'refs/heads/main'
# concurrency: ci-${{ github.ref }}

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pull-requests: write
pages: write
id-token: write

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pages-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

permissions:
contents: read
pull-requests: write
pages: write
id-token: write

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const App: React.FC = () => {
<form id="searchControl" onSubmit={handleSearch}>
<input
type="search"
placeholder="検索..."
placeholder="検索...(テスト!!!)"
name="q"
/>
</form>
Expand Down