Skip to content

Commit 8b5a739

Browse files
committed
Formatting
1 parent 4434a12 commit 8b5a739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge-dependabot.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: pr
3939
with:
4040
query: |
41-
query {
41+
query {
4242
repository(owner:$owner,name:$name) {
4343
object(oid:$ref) {
4444
... on Commit {
@@ -56,4 +56,4 @@ jobs:
5656
repo: ${{ github.event.repository.name }}
5757
ref: ${{ github.ref }}
5858

59-
- run: "echo 'latest release: ${{ steps.pr.outputs.data }}'"
59+
- run: "echo 'latest release: ${{ steps.pr.outputs.data }}'"

0 commit comments

Comments
 (0)