Skip to content

Commit ea6bcae

Browse files
authored
chore: typo in GHA
1 parent da5e7d3 commit ea6bcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
GH_TOKEN: ${{ github.token }}
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
21-
RUST_BACKTRACE=1
21+
RUST_BACKTRACE: 1
2222

2323
concurrency:
2424
# Use github.run_id on main branch
@@ -203,4 +203,4 @@ jobs:
203203
exit 1
204204
else
205205
echo "All checks passed successfully!"
206-
fi
206+
fi

0 commit comments

Comments
 (0)