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 9652116 commit 1bed6f1Copy full SHA for 1bed6f1
.github/workflows/swift_package_test.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Checkout repository
109
uses: actions/checkout@v4
110
with:
111
- ref: ${{ github.ref }} # Include changes to the target branch when action is re-run https://github.com/actions/checkout/issues/1036
+ # ref: ${{ github.ref }} # Include changes to the target branch when action is re-run https://github.com/actions/checkout/issues/1036=
112
- name: Set environment variables
113
if: ${{ inputs.windows_env_vars }}
114
run: |
0 commit comments