Thanks to visit codestin.com Credit goes to github.com
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 82b57f7 commit a96ef0fCopy full SHA for a96ef0f
java-iam/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17
-# created: 2022-06-29T23:17:33.110417661Z
+ digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
+# created: 2022-07-13T13:53:17.676447481Z
java-iam/.github/workflows/ci.yaml
@@ -39,6 +39,8 @@ jobs:
39
windows:
40
runs-on: windows-latest
41
steps:
42
+ - name: Support longpaths
43
+ run: git config --system core.longpaths true
44
- uses: actions/checkout@v3
45
- uses: actions/setup-java@v3
46
with:
0 commit comments