Skip to content

Commit d8df2e9

Browse files
committed
sync-ruby.yml: Fix indentation
1 parent b52727f commit d8df2e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sync-ruby.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
if: ${{ github.repository == 'ruby/erb' }}
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v5
1212

13-
- name: Create GitHub App token
14-
id: app-token
15-
uses: actions/create-github-app-token@v2
16-
with:
17-
app-id: 2060836
18-
private-key: ${{ secrets.RUBY_SYNC_DEFAULT_GEMS_PRIVATE_KEY }}
13+
- name: Create GitHub App token
14+
id: app-token
15+
uses: actions/create-github-app-token@v2
16+
with:
17+
app-id: 2060836
18+
private-key: ${{ secrets.RUBY_SYNC_DEFAULT_GEMS_PRIVATE_KEY }}
1919

2020
- name: Sync to ruby/ruby
2121
uses: convictional/trigger-workflow-and-wait@v1.6.5

0 commit comments

Comments
 (0)