Skip to content

Commit

Permalink
chore(docker): switch restart to unless-stopped + auto-formatting (pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Oct 24, 2023
1 parent 39b6c54 commit 2450f88
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 123 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-prisma-schema-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
npmDistTag:
required: true
default: "latest"
default: 'latest'

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- name: Print input
env:
THE_INPUT: "${{ toJson(github.event.inputs) }}"
THE_INPUT: '${{ toJson(github.event.inputs) }}'
run: |
echo $THE_INPUT
Expand All @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: '14.x'

- name: Set up NPM token
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand All @@ -65,6 +65,6 @@ jobs:
if: ${{ failure() }}
uses: rtCamp/[email protected]
env:
SLACK_TITLE: "prisma-schema-wasm publishing failed :x:"
SLACK_COLOR: "#FF0000"
SLACK_TITLE: 'prisma-schema-wasm publishing failed :x:'
SLACK_COLOR: '#FF0000'
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_WASM_FAILING }}
Loading

0 comments on commit 2450f88

Please sign in to comment.