Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Container action is only supported on Linux #75

Open
adamjsturge opened this issue Sep 26, 2024 · 0 comments
Open

Error: Container action is only supported on Linux #75

adamjsturge opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@adamjsturge
Copy link

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

@adamjsturge adamjsturge added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant