ソースを参照

feat: moved to pwsh scripts from yaml and fix invalid new version number

DerSkythe 2 年 前
コミット
72bf7166c1

+ 2 - 1
.github/workflows/version-check.yml

@@ -38,7 +38,8 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
-          $Output = (.github/check-version.ps1)
+          Write-Output(Get-ChildItem -Recurse -File -ErrorAction SilentlyContinue) >> $env:GITHUB_OUTPUT
+          $Output = .github/check-version.ps1
           Write-Output("RELEASE_VERSION=$Output.ReleaseVersion") >> $env:GITHUB_ENV
           Write-Output("CURRENT_TAG=$Output.CurrentTag") >> $env:GITHUB_ENV
           Write-Output("REMOTE_TAG_INFO=$Output.RemoteTagInfo") >> $env:GITHUB_ENV

+ 0 - 5
.idea/.idea.subbrute.dir/.idea/misc.xml

@@ -10,9 +10,4 @@
       </PersistentColor>
     </option>
   </component>
-  <component name="SshConsoleOptionsProvider">
-    <option name="myEncoding" value="UTF-8" />
-    <option name="myConnectionType" value="NONE" />
-    <option name="myConnectionId" value="" />
-  </component>
 </project>

+ 36 - 17
.idea/.idea.subbrute.dir/.idea/workspace.xml

@@ -3,6 +3,8 @@
   <component name="ChangeListManager">
     <list default="true" id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="feat: moved to pwsh scripts from yaml and fix invalid new version number">
       <change beforePath="$PROJECT_DIR$/.github/workflows/version-check.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/version-check.yml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/.idea.subbrute.dir/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.subbrute.dir/.idea/misc.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/.idea.subbrute.dir/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.subbrute.dir/.idea/workspace.xml" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -17,6 +19,7 @@
       </map>
     </option>
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+    <option name="WARN_ABOUT_CRLF" value="false" />
   </component>
   <component name="GitToolBoxStore">
     <option name="recentBranches">
@@ -51,22 +54,27 @@
     <option name="hideEmptyMiddlePackages" value="true" />
     <option name="showLibraryContents" value="true" />
   </component>
-  <component name="PropertiesComponent">{
-  &quot;keyToString&quot;: {
-    &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
-    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
-    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
-    &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;
-  },
-  &quot;keyToStringList&quot;: {
-    &quot;rider.external.source.directories&quot;: [
-      &quot;C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\DecompilerCache&quot;,
-      &quot;C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\SourcesCache&quot;,
-      &quot;C:\\Users\\Skif\\AppData\\Local\\Symbols\\src&quot;
-    ]
-  }
-}</component>
+  <component name="PropertiesComponent"><![CDATA[{
+  "keyToString": {
+    "RunOnceActivity.OpenProjectViewOnStart": "true",
+    "RunOnceActivity.ShowReadmeOnStart": "true",
+    "WebServerToolWindowFactoryState": "false",
+    "settings.editor.selected.configurable": "com.dsoftware.ghmanager.ui.settings.GhActionsManagerConfigurable"
+  },
+  "keyToStringList": {
+    "rider.external.source.directories": [
+      "C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\DecompilerCache",
+      "C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\SourcesCache",
+      "C:\\Users\\Skif\\AppData\\Local\\Symbols\\src"
+    ]
+  }
+}]]></component>
   <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
+  <component name="SshConsoleOptionsProvider">
+    <option name="myEncoding" value="UTF-8" />
+    <option name="myConnectionType" value="NONE" />
+    <option name="myConnectionId" value="" />
+  </component>
   <component name="TaskManager">
     <task active="true" id="Default" summary="Default task">
       <changelist id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="" />
@@ -76,7 +84,7 @@
       <updated>1680001542466</updated>
       <workItem from="1680001545311" duration="156000" />
       <workItem from="1680001723598" duration="121000" />
-      <workItem from="1680001863890" duration="2084000" />
+      <workItem from="1680001863890" duration="2406000" />
     </task>
     <task id="LOCAL-00001" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
       <created>1680003671452</created>
@@ -99,7 +107,14 @@
       <option name="project" value="LOCAL" />
       <updated>1680003893089</updated>
     </task>
-    <option name="localTasksCounter" value="4" />
+    <task id="LOCAL-00004" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
+      <created>1680004121686</created>
+      <option name="number" value="00004" />
+      <option name="presentableId" value="LOCAL-00004" />
+      <option name="project" value="LOCAL" />
+      <updated>1680004121686</updated>
+    </task>
+    <option name="localTasksCounter" value="5" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
@@ -111,4 +126,8 @@
     <MESSAGE value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
     <option name="LAST_COMMIT_MESSAGE" value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
   </component>
+  <component name="XSLT-Support.FileAssociations.UIState">
+    <expand />
+    <select />
+  </component>
 </project>