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 4351be1 commit e06f2aaCopy full SHA for e06f2aa
.github/workflows/mend_ruby.yml
@@ -23,12 +23,14 @@ env:
23
24
jobs:
25
mend:
26
+ if: github.event.pull_request.head.repo.fork == false
27
runs-on: "ubuntu-latest"
28
continue-on-error: ${{ contains(fromJson('["puppetlabs","puppet-toy-chest"]'), github.repository_owner) != true }}
29
steps:
30
- name: "check requirements"
31
run: |
32
declare -a MISSING
33
+ echo "REQUIRE2"
34
for V in ${REQUIRE_SECRETS} ; do
35
[[ -z "${!V}" ]] && MISSING+=($V)
36
done
0 commit comments