Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Jun 27, 2024
1 parent 22bf2f7 commit 25941bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/.github/workflow/Gemfile
BUNDLE_GEMFILE: ${{ github.workspace }}/.github/workflows/Gemfile

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -36,8 +36,9 @@ jobs:
ruby-version: '3.2' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: try misc debug stuff
run: |

- name: try misc debug stuff
run: |
echo ${{ github.workspace }}
echo $GITHUB_WORKSPACE
gem list
Expand Down

0 comments on commit 25941bf

Please sign in to comment.