diff --git a/.github/actions/workflow-restarter-proxy/action.yml b/.github/actions/workflow-restarter-proxy/action.yml index 2929fc9da..579839dcd 100644 --- a/.github/actions/workflow-restarter-proxy/action.yml +++ b/.github/actions/workflow-restarter-proxy/action.yml @@ -28,11 +28,11 @@ runs: - name: Checkout repository uses: actions/checkout@v2 - # # Append Octokit to Gemfile - # - name: Append Octokit to Gemfile - # shell: bash - # run: | - # echo "gem 'octokit'" >> Gemfile + # Append Octokit to Gemfile + - name: Append Octokit to Gemfile + shell: bash + run: | + echo "gem 'octokit'" >> Gemfile # setup ruby including a bundle install of my Gemfile - name: Set up Ruby and install Octokit @@ -41,10 +41,10 @@ runs: ruby-version: '3' bundler-cache: true # 'bundle install' will be run and gems cached for faster workflow runs - # install octokit gem - - name: Install Octokit - shell: bash - run: gem install octokit + # # install octokit gem + # - name: Install Octokit + # shell: bash + # run: gem install octokit # Trigger the reusable workflow - name: Trigger reusable workflow