Skip to content

Commit f2c5b69

Browse files
authored
[INFRA] Use surge-preview-tools v1
Use the generic version as in bpmn-visualization to avoid to have to update it at each release.
1 parent d2c1706 commit f2c5b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/surge-preview-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
demo_preview: # the id is used by surge to generate the surge url
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: bonitasoft/actions/packages/surge-preview-tools@v1.2.0
17+
- uses: bonitasoft/actions/packages/surge-preview-tools@v1
1818
id: surge-preview-tools
1919
with:
2020
surge-token: ${{ secrets.SURGE_TOKEN }}

0 commit comments

Comments
 (0)