[GH-ISSUE #905] Issue: SELinux labels issue #537

Closed
opened 2026-03-01 21:44:16 +03:00 by kerem · 2 comments
Owner

Originally created by @eaglesemanation on GitHub (Nov 26, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/905

System information

  • Operating System: Fedora 35
  • Architecture: x64
  • Apple M1: no
  • Docker version: podman 3.4.2
  • Docker image used in act: ghcr.io/catthehacker/ubuntu:act-latest
  • act version: 0.2.24

Expected behaviour

Able to use output from one step of workflow in next step.

Actual behaviour

"Permission denied" error while trying to read workflow/1
With sealert app I got more specific error:

type=AVC msg=audit(1637902118.808:707): avc:  denied  { read } for  pid=314744 comm="bash" name="1" dev="dm-0" ino=7640029 scontext=system_u:system_r:container_t:s0:c241,c445 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file permissive=0

Workflow and/or repository

workflow
---
name: Get latest release version
on:
  schedule:
    - cron: '0 10 * * *'
jobs:
  get-version:
    runs-on: ubuntu-latest
    steps:
      - uses: octokit/request-action@v2.x
        id: get_latest_release
        with:
          route: GET /repos/{owner}/{repo}/releases/latest
          owner: latex-lsp
          repo: texlab
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      - run: "echo latest release: ${{ steps.get_latest_release.outputs.data }}"

Steps to reproduce

  1. Run act schedule with provided workflow on Fedora

act output

Log
[Get latest release version/get-version] 🚀  Start image=ghcr.io/catthehacker/ubuntu:act-latest
[Get latest release version/get-version]   🐳  docker run image=ghcr.io/catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Get latest release version/get-version]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root
[Get latest release version/get-version] ⭐  Run octokit/request-action@v2.x
INFO[0003]   ☁  git clone 'https://github.com/octokit/request-action' # ref=v2.x 
[Get latest release version/get-version]   🐳  docker cp src=/home/eaglesemanation/.cache/act/octokit-request-action@v2.x/ dst=/var/run/act/actions/octokit-request-action@v2.x/
[Get latest release version/get-version]   🐳  docker exec cmd=[mkdir -p /var/run/act/actions/octokit-request-action@v2.x/] user=
[Get latest release version/get-version]   🐳  docker exec cmd=[node /var/run/act/actions/octokit-request-action@v2.x/dist/index.js] user=
| GET /repos/{owner}/{repo}/releases/latest
| > mediaType: [object Object]
| > repo: texlab
| > owner: latex-lsp
[Get latest release version/get-version]   💬  ::debug::route: 'GET /repos/{owner}/{repo}/releases/latest'
[Get latest release version/get-version]   💬  ::debug::parameters: { mediaType: {}, repo: 'texlab', owner: 'latex-lsp' }
[Get latest release version/get-version]   💬  ::debug::parsed request options: {%0A  method: 'GET',%0A  headers: {%0A    accept: 'application/vnd.github.v3+json',%0A    'user-agent': 'octokit-action.js/3.7.1 octokit-core.js/3.4.0 Node.js/14.18.1 (linux; x64)'%0A  },%0A  request: { hook: [Function: bound bound register] },%0A  data: undefined,%0A  url: 'https://api.github.com/repos/latex-lsp/texlab/releases/latest'%0A}
| < 200 363ms
| 
[Get latest release version/get-version]   ⚙  ::set-output:: status=200
| 
[Get latest release version/get-version]   ⚙  ::set-output:: headers={
  "access-control-allow-origin": "*",
  "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset",
  "cache-control": "private, max-age=60, s-maxage=60",
  "connection": "close",
  "content-encoding": "gzip",
  "content-security-policy": "default-src 'none'",
  "content-type": "application/json; charset=utf-8",
  "date": "Fri, 26 Nov 2021 04:48:37 GMT",
  "etag": "W/\"60bb3ae326ebf7a8e30cfcfe2015edf70dcf5f4e5118ffc37126f0947a320217\"",
  "last-modified": "Wed, 10 Nov 2021 20:07:15 GMT",
  "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
  "server": "GitHub.com",
  "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
  "transfer-encoding": "chunked",
  "vary": "Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With",
  "x-accepted-oauth-scopes": "repo",
  "x-content-type-options": "nosniff",
  "x-frame-options": "deny",
  "x-github-media-type": "github.v3; format=json",
  "x-github-request-id": "D136:0207:15DAAB2:29B36CA:61A06725",
  "x-oauth-scopes": "",
  "x-ratelimit-limit": "5000",
  "x-ratelimit-remaining": "4997",
  "x-ratelimit-reset": "1637905226",
  "x-ratelimit-resource": "core",
  "x-ratelimit-used": "3",
  "x-xss-protection": "0"
}
| 
[Get latest release version/get-version]   ⚙  ::set-output:: data={
  "url": "https://api.github.com/repos/latex-lsp/texlab/releases/53116650",
  "assets_url": "https://api.github.com/repos/latex-lsp/texlab/releases/53116650/assets",
  "upload_url": "https://uploads.github.com/repos/latex-lsp/texlab/releases/53116650/assets{?name,label}",
  "html_url": "https://github.com/latex-lsp/texlab/releases/tag/v3.3.1",
  "id": 53116650,
  "author": {
    "login": "pfoerster",
    "id": 13584622,
    "node_id": "MDQ6VXNlcjEzNTg0NjIy",
    "avatar_url": "https://avatars.githubusercontent.com/u/13584622?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/pfoerster",
    "html_url": "https://github.com/pfoerster",
    "followers_url": "https://api.github.com/users/pfoerster/followers",
    "following_url": "https://api.github.com/users/pfoerster/following{/other_user}",
    "gists_url": "https://api.github.com/users/pfoerster/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/pfoerster/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/pfoerster/subscriptions",
    "organizations_url": "https://api.github.com/users/pfoerster/orgs",
    "repos_url": "https://api.github.com/users/pfoerster/repos",
    "events_url": "https://api.github.com/users/pfoerster/events{/privacy}",
    "received_events_url": "https://api.github.com/users/pfoerster/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "RE_kwDOCbLXNc4DKn7q",
  "tag_name": "v3.3.1",
  "target_commitish": "master",
  "name": "v3.3.1",
  "draft": false,
  "prerelease": false,
  "created_at": "2021-11-10T19:52:37Z",
  "published_at": "2021-11-10T19:54:26Z",
  "assets": [
    {
      "url": "https://api.github.com/repos/latex-lsp/texlab/releases/assets/49103474",
      "id": 49103474,
      "node_id": "RA_kwDOCbLXNc4C7UJy",
      "name": "texlab-x86_64-linux.tar.gz",
      "label": "",
      "uploader": {
        "login": "github-actions[bot]",
        "id": 41898282,
        "node_id": "MDM6Qm90NDE4OTgyODI=",
        "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/github-actions%5Bbot%5D",
        "html_url": "https://github.com/apps/github-actions",
        "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
        "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
        "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
        "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
        "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
        "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
        "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
        "type": "Bot",
        "site_admin": false
      },
      "content_type": "application/gzip",
      "state": "uploaded",
      "size": 12458352,
      "download_count": 839,
      "created_at": "2021-11-10T20:01:15Z",
      "updated_at": "2021-11-10T20:01:16Z",
      "browser_download_url": "https://github.com/latex-lsp/texlab/releases/download/v3.3.1/texlab-x86_64-linux.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/latex-lsp/texlab/releases/assets/49103753",
      "id": 49103753,
      "node_id": "RA_kwDOCbLXNc4C7UOJ",
      "name": "texlab-x86_64-macos.tar.gz",
      "label": "",
      "uploader": {
        "login": "github-actions[bot]",
        "id": 41898282,
        "node_id": "MDM6Qm90NDE4OTgyODI=",
        "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/github-actions%5Bbot%5D",
        "html_url": "https://github.com/apps/github-actions",
        "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
        "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
        "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
        "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
        "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
        "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
        "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
        "type": "Bot",
        "site_admin": false
      },
      "content_type": "application/gzip",
      "state": "uploaded",
      "size": 11805707,
      "download_count": 262,
      "created_at": "2021-11-10T20:06:39Z",
      "updated_at": "2021-11-10T20:06:39Z",
      "browser_download_url": "https://github.com/latex-lsp/texlab/releases/download/v3.3.1/texlab-x86_64-macos.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/latex-lsp/texlab/releases/assets/49103792",
      "id": 49103792,
      "node_id": "RA_kwDOCbLXNc4C7UOw",
      "name": "texlab-x86_64-windows.zip",
      "label": "",
      "uploader": {
        "login": "github-actions[bot]",
        "id": 41898282,
        "node_id": "MDM6Qm90NDE4OTgyODI=",
        "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/github-actions%5Bbot%5D",
        "html_url": "https://github.com/apps/github-actions",
        "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
        "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
        "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
        "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
        "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
        "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
        "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
        "type": "Bot",
        "site_admin": false
      },
      "content_type": "application/zip",
      "state": "uploaded",
      "size": 11533708,
      "download_count": 326,
      "created_at": "2021-11-10T20:07:14Z",
      "updated_at": "2021-11-10T20:07:15Z",
      "browser_download_url": "https://github.com/latex-lsp/texlab/releases/download/v3.3.1/texlab-x86_64-windows.zip"
    }
  ],
  "tarball_url": "https://api.github.com/repos/latex-lsp/texlab/tarball/v3.3.1",
  "zipball_url": "https://api.github.com/repos/latex-lsp/texlab/zipball/v3.3.1",
  "body": ""
}
[Get latest release version/get-version]   ✅  Success - octokit/request-action@v2.x
[Get latest release version/get-version] ⭐  Run echo latest release: ${{ steps.get_latest_release.outputs.data }}
[Get latest release version/get-version]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/eaglesemanation/Documents/Projects/copr-texlab/workflow/1] user=
| bash: /home/eaglesemanation/Documents/Projects/copr-texlab/workflow/1: Permission denied
[Get latest release version/get-version]   ❌  Failure - echo latest release: ${{ steps.get_latest_release.outputs.data }}
Error: exit with `FAILURE`: 1
Originally created by @eaglesemanation on GitHub (Nov 26, 2021). Original GitHub issue: https://github.com/nektos/act/issues/905 <!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## System information <!-- - Operating System: < Windows | Linux | macOS | etc... > - Architecture: < x64 (64-bit) | x86 (32-bit) | arm64 (64-bit) | arm (32-bit) | etc... > - Apple M1: < yes | no > - Docker version: < output of `docker system info -f "{{.ServerVersion}}"` > - Docker image used in `act`: < can be omitted if it's included in log > - `act` version: < output of `act --version`, if you've built `act` yourself, please provide commit hash > --> - Operating System: Fedora 35 - Architecture: x64 - Apple M1: no - Docker version: podman 3.4.2 - Docker image used in `act`: ghcr.io/catthehacker/ubuntu:act-latest - `act` version: 0.2.24 ## Expected behaviour <!-- - Describe how whole process should go and finish --> Able to use output from one step of workflow in next step. ## Actual behaviour <!-- - Describe the issue --> "Permission denied" error while trying to read workflow/1 With `sealert` app I got more specific error: ``` type=AVC msg=audit(1637902118.808:707): avc: denied { read } for pid=314744 comm="bash" name="1" dev="dm-0" ino=7640029 scontext=system_u:system_r:container_t:s0:c241,c445 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file permissive=0 ``` ## Workflow and/or repository <!-- - Provide workflow with which we can reproduce the issue OR - Provide link to your GitHub repository that contains the workflow --> <details> <summary>workflow</summary> ```yaml --- name: Get latest release version on: schedule: - cron: '0 10 * * *' jobs: get-version: runs-on: ubuntu-latest steps: - uses: octokit/request-action@v2.x id: get_latest_release with: route: GET /repos/{owner}/{repo}/releases/latest owner: latex-lsp repo: texlab env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: "echo latest release: ${{ steps.get_latest_release.outputs.data }}" ``` </details> ## Steps to reproduce <!-- - Make sure to include full command with parameters you used to run `act`, example: 1. Clone example repo (https://github.com/cplee/github-actions-demo) 2. Enter cloned repo directory 3. Run `act -s SUPER_SECRET=im-a-value` --> 1. Run `act schedule` with provided workflow on Fedora ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none [Get latest release version/get-version] 🚀 Start image=ghcr.io/catthehacker/ubuntu:act-latest [Get latest release version/get-version] 🐳 docker run image=ghcr.io/catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Get latest release version/get-version] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root [Get latest release version/get-version] ⭐ Run octokit/request-action@v2.x INFO[0003] ☁ git clone 'https://github.com/octokit/request-action' # ref=v2.x [Get latest release version/get-version] 🐳 docker cp src=/home/eaglesemanation/.cache/act/octokit-request-action@v2.x/ dst=/var/run/act/actions/octokit-request-action@v2.x/ [Get latest release version/get-version] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/octokit-request-action@v2.x/] user= [Get latest release version/get-version] 🐳 docker exec cmd=[node /var/run/act/actions/octokit-request-action@v2.x/dist/index.js] user= | GET /repos/{owner}/{repo}/releases/latest | > mediaType: [object Object] | > repo: texlab | > owner: latex-lsp [Get latest release version/get-version] 💬 ::debug::route: 'GET /repos/{owner}/{repo}/releases/latest' [Get latest release version/get-version] 💬 ::debug::parameters: { mediaType: {}, repo: 'texlab', owner: 'latex-lsp' } [Get latest release version/get-version] 💬 ::debug::parsed request options: {%0A method: 'GET',%0A headers: {%0A accept: 'application/vnd.github.v3+json',%0A 'user-agent': 'octokit-action.js/3.7.1 octokit-core.js/3.4.0 Node.js/14.18.1 (linux; x64)'%0A },%0A request: { hook: [Function: bound bound register] },%0A data: undefined,%0A url: 'https://api.github.com/repos/latex-lsp/texlab/releases/latest'%0A} | < 200 363ms | [Get latest release version/get-version] ⚙ ::set-output:: status=200 | [Get latest release version/get-version] ⚙ ::set-output:: headers={ "access-control-allow-origin": "*", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset", "cache-control": "private, max-age=60, s-maxage=60", "connection": "close", "content-encoding": "gzip", "content-security-policy": "default-src 'none'", "content-type": "application/json; charset=utf-8", "date": "Fri, 26 Nov 2021 04:48:37 GMT", "etag": "W/\"60bb3ae326ebf7a8e30cfcfe2015edf70dcf5f4e5118ffc37126f0947a320217\"", "last-modified": "Wed, 10 Nov 2021 20:07:15 GMT", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "server": "GitHub.com", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "transfer-encoding": "chunked", "vary": "Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With", "x-accepted-oauth-scopes": "repo", "x-content-type-options": "nosniff", "x-frame-options": "deny", "x-github-media-type": "github.v3; format=json", "x-github-request-id": "D136:0207:15DAAB2:29B36CA:61A06725", "x-oauth-scopes": "", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4997", "x-ratelimit-reset": "1637905226", "x-ratelimit-resource": "core", "x-ratelimit-used": "3", "x-xss-protection": "0" } | [Get latest release version/get-version] ⚙ ::set-output:: data={ "url": "https://api.github.com/repos/latex-lsp/texlab/releases/53116650", "assets_url": "https://api.github.com/repos/latex-lsp/texlab/releases/53116650/assets", "upload_url": "https://uploads.github.com/repos/latex-lsp/texlab/releases/53116650/assets{?name,label}", "html_url": "https://github.com/latex-lsp/texlab/releases/tag/v3.3.1", "id": 53116650, "author": { "login": "pfoerster", "id": 13584622, "node_id": "MDQ6VXNlcjEzNTg0NjIy", "avatar_url": "https://avatars.githubusercontent.com/u/13584622?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pfoerster", "html_url": "https://github.com/pfoerster", "followers_url": "https://api.github.com/users/pfoerster/followers", "following_url": "https://api.github.com/users/pfoerster/following{/other_user}", "gists_url": "https://api.github.com/users/pfoerster/gists{/gist_id}", "starred_url": "https://api.github.com/users/pfoerster/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pfoerster/subscriptions", "organizations_url": "https://api.github.com/users/pfoerster/orgs", "repos_url": "https://api.github.com/users/pfoerster/repos", "events_url": "https://api.github.com/users/pfoerster/events{/privacy}", "received_events_url": "https://api.github.com/users/pfoerster/received_events", "type": "User", "site_admin": false }, "node_id": "RE_kwDOCbLXNc4DKn7q", "tag_name": "v3.3.1", "target_commitish": "master", "name": "v3.3.1", "draft": false, "prerelease": false, "created_at": "2021-11-10T19:52:37Z", "published_at": "2021-11-10T19:54:26Z", "assets": [ { "url": "https://api.github.com/repos/latex-lsp/texlab/releases/assets/49103474", "id": 49103474, "node_id": "RA_kwDOCbLXNc4C7UJy", "name": "texlab-x86_64-linux.tar.gz", "label": "", "uploader": { "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "site_admin": false }, "content_type": "application/gzip", "state": "uploaded", "size": 12458352, "download_count": 839, "created_at": "2021-11-10T20:01:15Z", "updated_at": "2021-11-10T20:01:16Z", "browser_download_url": "https://github.com/latex-lsp/texlab/releases/download/v3.3.1/texlab-x86_64-linux.tar.gz" }, { "url": "https://api.github.com/repos/latex-lsp/texlab/releases/assets/49103753", "id": 49103753, "node_id": "RA_kwDOCbLXNc4C7UOJ", "name": "texlab-x86_64-macos.tar.gz", "label": "", "uploader": { "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "site_admin": false }, "content_type": "application/gzip", "state": "uploaded", "size": 11805707, "download_count": 262, "created_at": "2021-11-10T20:06:39Z", "updated_at": "2021-11-10T20:06:39Z", "browser_download_url": "https://github.com/latex-lsp/texlab/releases/download/v3.3.1/texlab-x86_64-macos.tar.gz" }, { "url": "https://api.github.com/repos/latex-lsp/texlab/releases/assets/49103792", "id": 49103792, "node_id": "RA_kwDOCbLXNc4C7UOw", "name": "texlab-x86_64-windows.zip", "label": "", "uploader": { "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "site_admin": false }, "content_type": "application/zip", "state": "uploaded", "size": 11533708, "download_count": 326, "created_at": "2021-11-10T20:07:14Z", "updated_at": "2021-11-10T20:07:15Z", "browser_download_url": "https://github.com/latex-lsp/texlab/releases/download/v3.3.1/texlab-x86_64-windows.zip" } ], "tarball_url": "https://api.github.com/repos/latex-lsp/texlab/tarball/v3.3.1", "zipball_url": "https://api.github.com/repos/latex-lsp/texlab/zipball/v3.3.1", "body": "" } [Get latest release version/get-version] ✅ Success - octokit/request-action@v2.x [Get latest release version/get-version] ⭐ Run echo latest release: ${{ steps.get_latest_release.outputs.data }} [Get latest release version/get-version] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /home/eaglesemanation/Documents/Projects/copr-texlab/workflow/1] user= | bash: /home/eaglesemanation/Documents/Projects/copr-texlab/workflow/1: Permission denied [Get latest release version/get-version] ❌ Failure - echo latest release: ${{ steps.get_latest_release.outputs.data }} Error: exit with `FAILURE`: 1 ``` </details>
kerem 2026-03-01 21:44:16 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@catthehacker commented on GitHub (Nov 26, 2021):

SELinux is not supported

<!-- gh-comment-id:979700227 --> @catthehacker commented on GitHub (Nov 26, 2021): SELinux is not supported
Author
Owner

@eaglesemanation commented on GitHub (Nov 26, 2021):

I hope it could be supported, I wrote a really simple fix for that

<!-- gh-comment-id:979700710 --> @eaglesemanation commented on GitHub (Nov 26, 2021): I hope it could be supported, I wrote a really simple fix for that
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#537
No description provided.