ajshastri

Results 2 issues of ajshastri

### Vagrant version: 2.2.19 ### Host operating system: Windows 10 ### Guest operating system: Oracle Linux 7 ### Vagrantfile ```ruby Vagrant.configure("2") do |config| config.vm.define "base" do |base| base.vm.box = "oraclelinux/7-btrfs"...

Hello, I used the following repo-sync.yml ``` # File: .github/workflows/repo-sync.yml name: Repo Sync on: schedule: - cron: "*/5 * * * *" workflow_dispatch: jobs: repo-sync: runs-on: ubuntu-latest steps: - uses:...