Skip to content

Commit

Permalink
fix: utilise les workflows de la branche master
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 18, 2024
1 parent 9ec26ff commit 280800a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
build:
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@feat/migrate-db
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@master
with:
app-dir: export
2 changes: 1 addition & 1 deletion .github/workflows/node-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
build:
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@master
with:
app-dir: front
2 changes: 1 addition & 1 deletion .github/workflows/node-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
build:
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@feat/migrate-db
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@master
with:
app-dir: graphql

1 comment on commit 280800a

@thom4parisot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah oui bien vu 😅

Please sign in to comment.