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 bc11297 commit a002de7Copy full SHA for a002de7
.github/workflows/examples.yml
@@ -61,7 +61,7 @@ jobs:
61
path: vendor/bundle
62
key: package-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-${{ matrix.versions }}
63
- id: get-sha
64
- run: echo "::set-output name=sha::$(git rev-parse HEAD)"
+ run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
65
- name: Install Node modules with Yarn for renderer package
66
run: |
67
yarn install --no-progress --no-emoji
0 commit comments