MarkusRost %!s(int64=5) %!d(string=hai) anos
pai
achega
da186121f6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/node.js.yml

+ 2 - 2
.github/workflows/node.js.yml

@@ -18,6 +18,6 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - run: npm ci
     - run: npm run build --if-present
-    - run: sed -i -e "s/"<Discord bot token>"/"${{secrets.DISCORD_TOKEN}}"/g" .env
-    - run: sed -i -e "s/"!wiki "/"!test "/g" .env
+    - run: sed -i -e 's/"<Discord bot token>"/"${{secrets.DISCORD_TOKEN}}"/g' .env
+    - run: sed -i -e 's/"!wiki "/"!test "/g' .env
     - run: npm test