Skip to content

Commit 1bed6f1

Browse files
committed
Try to provide explicit token
Cannot checkout with `act` on windows
1 parent 9652116 commit 1bed6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Checkout repository
109109
uses: actions/checkout@v4
110110
with:
111-
ref: ${{ github.ref }} # Include changes to the target branch when action is re-run https://github.com/actions/checkout/issues/1036
111+
# ref: ${{ github.ref }} # Include changes to the target branch when action is re-run https://github.com/actions/checkout/issues/1036=
112112
- name: Set environment variables
113113
if: ${{ inputs.windows_env_vars }}
114114
run: |

0 commit comments

Comments
 (0)