1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00

style(workflows): restore single quote strings

This commit is contained in:
Oscar Dominguez 2021-08-22 15:51:45 +02:00 committed by GitHub
parent a388b3faf4
commit faa22ddfbc
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,10 @@ on:
- main
- releases/*
paths-ignore:
- "**.md"
- '**.md'
pull_request:
paths-ignore:
- "**.md"
- '**.md'
jobs:
build: