[GH-ISSUE #621] Issue: Local Docker actions are broken as of #525 #406

Closed
opened 2026-03-01 21:43:06 +03:00 by kerem · 0 comments
Owner

Originally created by @catthehacker on GitHub (Apr 15, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/621

Act version

github.com/nektos/act@6c258cf40d

Workflow and/or repository

workflow
name: MySQL
on: pull_request
jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - name: create DB
        uses: mirromutth/mysql-action@v1.1
        with:
          mysql root password: password
Originally created by @catthehacker on GitHub (Apr 15, 2021). Original GitHub issue: https://github.com/nektos/act/issues/621 ## Act version https://github.com/nektos/act/commit/6c258cf40d77e867eef21ea9fbb731a4110f3900 ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: MySQL on: pull_request jobs: run: runs-on: ubuntu-latest steps: - name: create DB uses: mirromutth/mysql-action@v1.1 with: mysql root password: password ``` </details>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#406
No description provided.