trixnity-messenger-playground

A playground for trixnity-messenger based on jetbrains compose-html
git clone git://archive.git.mtrnord.blog/MTRNord/trixnity-messenger-playground.git
Log | Files | Refs | README

commit 2a7aa33018ef77bb496fcd3b9184db4cbba287b0
parent 933e3ed00516765aa1d4e4d006ba166a50d4b934
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 26 Sep 2023 17:36:46 +0200

Fix: Fix typo in workflow file

Diffstat:
M.github/workflows/deploy.yaml | 1-
M.idea/workspace.xml | 37++++++++++++++++++++++++++++++-------
2 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml @@ -5,7 +5,6 @@ on: branches: - main workflow_dispatch: - : jobs: # Build job diff --git a/.idea/workspace.xml b/.idea/workspace.xml @@ -4,11 +4,8 @@ <option name="autoReloadType" value="SELECTIVE" /> </component> <component name="ChangeListManager"> - <list default="true" id="fc5af14b-7484-46dc-b4cb-0394f9dc3dda" name="Changes" comment="Initial Commit"> - <change afterPath="$PROJECT_DIR$/.github/workflows/deploy.yaml" afterDir="false" /> - <change afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/.github/workflows/deploy.yaml" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> - <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/.idea/workspace.xml" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/.idea/workspace.xml" afterDir="false" /> + <list default="true" id="fc5af14b-7484-46dc-b4cb-0394f9dc3dda" name="Changes" comment="Feat: Readd Github deployment"> + <change beforePath="/var/home/marcel/IdeaProjects/MagicMatrix/.github/workflows/deploy.yaml" beforeDir="false" afterPath="/var/home/marcel/IdeaProjects/MagicMatrix/.github/workflows/deploy.yaml" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -34,6 +31,20 @@ <option name="RECENT_GIT_ROOT_PATH" value="/var/home/marcel/IdeaProjects/MagicMatrix" /> <option name="ROOT_SYNC" value="SYNC" /> </component> + <component name="GitHubPullRequestSearchHistory"><![CDATA[{ + "lastFilter": { + "state": "OPEN", + "assignee": "MTRNord" + } +}]]></component> + <component name="GithubPullRequestsUISettings"> + <option name="selectedUrlAndAccountId"> + <UrlAndAccount> + <option name="accountId" value="9a1af0a7-c3dc-4936-84f6-ef5fbb40a417" /> + <option name="url" value="git@github.com:MTRNord/trixnity-messenger-playground.git" /> + </UrlAndAccount> + </option> + </component> <component name="ProjectColorInfo"><![CDATA[{ "customColor": "", "associatedIndex": 4 @@ -67,15 +78,27 @@ <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1695740188018</updated> - <workItem from="1695740189223" duration="1692000" /> + <workItem from="1695740189223" duration="1759000" /> </task> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="3" /> </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> <component name="VcsManagerConfiguration"> <MESSAGE value="Initial Commit" /> - <option name="LAST_COMMIT_MESSAGE" value="Initial Commit" /> + <MESSAGE value="Feat: Readd Github deployment" /> + <option name="LAST_COMMIT_MESSAGE" value="Feat: Readd Github deployment" /> </component> </project> \ No newline at end of file