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 b52727f commit d8df2e9Copy full SHA for d8df2e9
.github/workflows/sync-ruby.yml
@@ -8,14 +8,14 @@ jobs:
8
runs-on: ubuntu-latest
9
if: ${{ github.repository == 'ruby/erb' }}
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v5
12
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 }}
+ - name: Create GitHub App token
+ id: app-token
+ uses: actions/create-github-app-token@v2
+ with:
+ app-id: 2060836
+ private-key: ${{ secrets.RUBY_SYNC_DEFAULT_GEMS_PRIVATE_KEY }}
19
20
- name: Sync to ruby/ruby
21
uses: convictional/trigger-workflow-and-wait@v1.6.5
0 commit comments