fix: use rbenv instead of tool package #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
jobs: | |
comment: | |
name: comment with sandbox link | |
runs-on: ubuntu-latest | |
steps: | |
- name: comment PR | |
uses: unsplash/comment-on-pr@v1.3.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
check_for_duplicate_msg: false | |
msg: | | |
Preview this PR in a [Crafting Sandbox](https://sandboxes.cloud/create?app=demo&ws_api_co_backend_version=${{github.event.pull_request.head.sha}}&sandbox_name=pr-${{github.event.pull_request.number}}&autolaunch=true)! |