We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04187b8 commit d38c3fdCopy full SHA for d38c3fd
.github/workflows/bevy_mod_scripting.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Check if fork
86
id: check-fork
87
run: |
88
- if [ "${{ github.event_name }}" == "pull_request" && "${{ github.repository }}" != "${{ github.event.pull_request.head.repo.full_name }}" ]; then
+ if [[ "${{ github.event_name }}" == "pull_request" && "${{ github.repository }}" != "${{ github.event.pull_request.head.repo.full_name }}" ]]; then
89
echo "This is a forked repository."
90
echo "is_fork=true" >> $GITHUB_OUTPUT
91
else
0 commit comments