File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Setup ruby
2020 uses : ruby/setup-ruby@v1
2121 with :
22- ruby-version : 2.7
22+ ruby-version : ruby
2323 bundler-cache : true
2424 - name : Run msync --noop
2525 run : bundle exec msync update --noop --git-base=https://github.com/ --branch foobranch
3131 - name : Setup ruby
3232 uses : ruby/setup-ruby@v1
3333 with :
34- ruby-version : 2.7
34+ ruby-version : ruby
3535 bundler-cache : true
3636 - name : Run msync --noop
3737 run : bundle exec msync clone --git-base=https://github.com/
4444 - name : Setup ruby
4545 uses : ruby/setup-ruby@v1
4646 with :
47- ruby-version : 2.7
47+ ruby-version : ruby
4848 bundler-cache : true
4949 - name : Run msync --noop
5050 run : bundle exec msync clone --git-base=https://github.com/
Original file line number Diff line number Diff line change 4040 - name : Setup ruby
4141 uses : ruby/setup-ruby@v1
4242 with :
43- ruby-version : 3.4
43+ ruby-version : ruby
4444 bundler-cache : true
4545 - name : Add SSH key
4646 run : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ width_modules = 6
1212# min width is width of String "modulesync_config version"
1313width_version = 25
1414Dir . glob ( 'modules/voxpupuli/puppet-*' ) . sort . each do |f |
15- if File . exists ?( f + '/.msync.yml' )
15+ if File . exist ?( f + '/.msync.yml' )
1616 version_module = YAML . load_file ( f + '/.msync.yml' ) [ 'modulesync_config_version' ]
1717 mod = ( f ) . split ( '/' ) [ 2 ]
1818 if version != version_module
You can’t perform that action at this time.
0 commit comments