Skip to content

Commit 30ebfe4

Browse files
committed
Fix a typo
1 parent 4ee8563 commit 30ebfe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
with:
4444
repository: FAForever/FA-Binary-Patches
45+
ref: 'master'
4546
path: .
4647

4748
- uses: actions/checkout@v4
@@ -73,6 +74,6 @@ jobs:
7374
run: |
7475
ls ./.
7576
ls ./fa-python-binary-patcher
76-
echo "#define gitsha \"${{ github.sha }}\"" > "./workflow.cpp"
77+
echo "#define gitsha "\"${{ github.sha }}\"" > "./workflow.cpp"
7778
mkdir build
7879
python ./fa-python-binary-patcher/main.py "$(pwd)" clang++ ld g++

0 commit comments

Comments
 (0)