Skip to content

tfaction/plan で Error: ENOENT: no such file or directory, open '/labels.txt' エラーが起きる #2007

Discussion options

You must be logged in to vote

Oh, I see. Your workflow was triggered via workflow_dispatch, so ci-info run was skipped.

on:
  workflow_dispatch:

- run: github-comment exec -- ci-info run | sed "s/^export //" >> "$GITHUB_ENV"
shell: bash
if: |
! contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)
env:
GITHUB_TOKEN: ${{ inputs.github_token }}

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@saitotqr
Comment options

@suzuki-shunsuke
Comment options

Answer selected by suzuki-shunsuke
@suzuki-shunsuke
Comment options

@saitotqr
Comment options

@suzuki-shunsuke
Comment options

@saitotqr
Comment options

Comment options

You must be logged in to vote
1 reply
@saitotqr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1997 on November 12, 2024 23:55.