generated from JetBrains/compose-multiplatform-template
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tramlinehq/deploy-action action to v0.1.7
- Loading branch information
1 parent
e7b3f10
commit 8049091
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
- name: Configure Tramline | ||
id: tramline | ||
uses: tramlinehq/[email protected].6 | ||
uses: tramlinehq/[email protected].7 | ||
with: | ||
input: ${{ github.event.inputs.tramline-input }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
- name: Configure Tramline | ||
id: tramline | ||
uses: tramlinehq/[email protected].6 | ||
uses: tramlinehq/[email protected].7 | ||
with: | ||
input: ${{ github.event.inputs.tramline-input }} | ||
|
||
|