Skip to content

Commit

Permalink
LINBEE-9811 | Fix indentation problem with V1 (#130)
Browse files Browse the repository at this point in the history
* LINBEE-9811 | deprecate v1

* formatting
  • Loading branch information
EladKohavi authored Aug 28, 2024
1 parent 731b2df commit 7f03799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
runs:
using: "composite"
steps:
- name: Deprecation Notice
- name: Deprecation Notice
shell: bash
run: echo "::warning::gitstream-github-action@v1 is deprecated and will be disabled soon. Please upgrade to gitstream-github-action@v2. For more information, follow https://github.com/linear-b/gitstream-github-action/releases/tag/v2"
- name: Create GitStream folder
Expand Down

0 comments on commit 7f03799

Please sign in to comment.