mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #536] a step cannot be allowed have both the uses and run keys #363
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#363
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kdomanski on GitHub (Feb 17, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/536
When I run a step that has both the
usesandrunkeys defined, Github fails the build with message:acton the other hand silently ignoresusesand continues.Act version
Master
0.2.20-2-g9bf37fbExpected behaviour
actshould fail the build and return a message similar to what Github returns.Actual behaviour
The step is executed with the value of
usesignored.Workflow and/or repository
workflow
The step attempts to execute the comand
idf.py buildin the current docker image, the image which actually contains the tool (espressif/idf:release-v3.3) is not used.actoutputLog
@github-actions[bot] commented on GitHub (Mar 20, 2021):
Issue is stale and will be closed in 14 days unless there is new activity