Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Comment on PR
if: steps.version_check.outputs.exists != 'true'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
Comment thread
lelia marked this conversation as resolved.
Outdated
Comment thread
lelia marked this conversation as resolved.
Outdated
env:
VERSION: ${{ env.VERSION }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
fi

- name: Manage PR Comment
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
Comment thread
lelia marked this conversation as resolved.
Outdated
Comment thread
lelia marked this conversation as resolved.
Outdated
if: always()
env:
MAIN_VERSION: ${{ env.MAIN_VERSION }}
Expand Down