Skip to content

Commit a92b201

Browse files
committed
format
1 parent a820b2d commit a92b201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
last_sha: "${{ fromJson(steps.check-last-run.outputs.data).workflow_runs[0].head_sha }}"
2121

2222
publish-snapshot:
23-
needs: [ "check-last-run" ]
23+
needs: ["check-last-run"]
2424
if: "${{ needs.check-last-run.outputs.last_sha != github.sha }}"
2525
runs-on: "ubuntu-latest"
2626
permissions:
@@ -36,7 +36,7 @@ jobs:
3636
ORG_GRADLE_PROJECT_GitHubPackagesUsername: "${{ github.actor }}"
3737

3838
dependency-submission:
39-
needs: [ "check-last-run" ]
39+
needs: ["check-last-run"]
4040
if: "${{ needs.check-last-run.outputs.last_sha != github.sha }}"
4141
runs-on: "ubuntu-latest"
4242
permissions:

0 commit comments

Comments
 (0)