Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a83a127e31 | ||
|
|
e049a71458 |
@@ -42,6 +42,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Drop the claim label
|
- name: Drop the claim label
|
||||||
|
# **Inside a container the act runner selects `sh`, not bash**, so
|
||||||
|
# `set -o pipefail` fails the job on its second line with "Illegal
|
||||||
|
# option" and the step never reaches the API. `homebrew-formula.yml`
|
||||||
|
# carries the same `set -euo pipefail` without trouble because it
|
||||||
|
# runs with **no container**, on the host image where bash is the
|
||||||
|
# default — so "another workflow does it" is not evidence here.
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
# The automatic Actions token, as release.yml uses for the
|
# The automatic Actions token, as release.yml uses for the
|
||||||
# floor tag. It needs no more than write access to this repo.
|
# floor tag. It needs no more than write access to this repo.
|
||||||
|
|||||||
Reference in New Issue
Block a user