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 1092d5a commit f0eaba6Copy full SHA for f0eaba6
action.yml
@@ -1,4 +1,3 @@
1
-# action.yml
2
name: "Wait on check"
3
author: "lewagon"
4
description: "Wait on a certain check to pass for commit"
@@ -46,18 +45,17 @@ inputs:
46
45
runs:
47
using: "composite"
48
steps:
49
- - name: Checkout the source code
50
- uses: actions/checkout@v4
51
-
52
- name: Set the ruby version
53
uses: ruby/setup-ruby@v1
54
with:
55
ruby-version: 3.2
56
bundler-cache: true
+ working-directory: ${{ github.action_path }}
57
env:
58
BUNDLE_PATH: "vendor/bundle"
59
60
- run: bundle exec entrypoint.rb
61
shell: bash
62
63
ALLOWED_CONCLUSIONS: ${{ inputs.allowed-conclusions }}
0 commit comments