Skip to content

Error: Container action is only supported on Linux #75

@adamjsturge

Description

@adamjsturge

Describe the bug
Unable to run shoutrrr on macos pipelines

To Reproduce
Steps to reproduce the behavior:

name: Test Action
on:
  pull_request:
  workflow_dispatch:

jobs:
  testjob:
    timeout-minutes: 60
    runs-on: macos-latest
    steps:
      - uses: actions/checkout@v4
      - name: Notify on Fail
        uses: containrrr/shoutrrr-action@v1
        with:
          url: ${{ secrets.SHOUTRRR_URL }}
          title: "Test Action"
          message: "This action could work"

Expected behavior
Would like it not to crash and work on macos

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions