Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-action-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify deployment start
uses: maxgfr/github-multi-deployments@v1.3.2
uses: maxgfr/github-multi-deployments@v1.4.6
id: deployment
with:
step: start
Expand All @@ -20,7 +20,7 @@ jobs:
debug: true

- name: Notify deployment finish
uses: maxgfr/github-multi-deployments@v1.3.2
uses: maxgfr/github-multi-deployments@v1.4.6
with:
step: finish
status: 'success'
Expand Down