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 b05d64a commit 337189fCopy full SHA for 337189f
.github/workflows/check_misc.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "$RUBY_GIT_SYNC_PRIVATE_KEY" > ~/.ssh/id_ed25519
45
chmod 600 ~/.ssh/id_ed25519
46
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'
+ ssh -i ~/.ssh/id_ed25519 [email protected] 'sudo -u git /home/git/git.ruby-lang.org/bin/update-ruby.sh master'
48
if: ${{ github.repository == 'ruby/ruby' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
49
50
- uses: ./.github/actions/setup/directories
0 commit comments