Skip to content

Commit 337189f

Browse files
committed
check_misc.yml: Add a missing argument to update-ruby.sh
#14765
1 parent b05d64a commit 337189f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "$RUBY_GIT_SYNC_PRIVATE_KEY" > ~/.ssh/id_ed25519
4545
chmod 600 ~/.ssh/id_ed25519
4646
ssh-keyscan -t ed25519 git.ruby-lang.org >> ~/.ssh/known_hosts
47-
ssh -i ~/.ssh/id_ed25519 [email protected] 'sudo -u git /home/git/git.ruby-lang.org/bin/update-ruby.sh'
47+
ssh -i ~/.ssh/id_ed25519 [email protected] 'sudo -u git /home/git/git.ruby-lang.org/bin/update-ruby.sh master'
4848
if: ${{ github.repository == 'ruby/ruby' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
4949

5050
- uses: ./.github/actions/setup/directories

0 commit comments

Comments
 (0)