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

Workflow run fails when I use this action #9

Open
srinucsedon opened this issue Sep 15, 2024 · 1 comment
Open

Workflow run fails when I use this action #9

srinucsedon opened this issue Sep 15, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@srinucsedon
Copy link

srinucsedon commented Sep 15, 2024

I tried to use the action with default steps below, however my job not even initializing if I use this action, if I comment this action, then workflow run successful.

I'm using ubuntu-latest github runner for my workflow.

steps:

  • uses: eLco/setup-vault@v1

Failure workflow run status:
Startup failure

Workflow file:

name: Greeting Workflow

on:
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3

    - name: Set up Vault CLI
      uses: eLco/setup-vault@v1

    - name: Verify Vault CLI installation
      run: vault --version

make a note that no indentation or syntax errors. If I use curl method to extract package and install using apt is working fine. However if I use this action, I'm having issue. Thanks.

@eLco
Copy link
Owner

eLco commented Sep 15, 2024

Hey @srinucsedon, could you please check Actions settings for your repo.
Could you please provide a debug log for failed workflow run?
Could you please re run workflow today, maybe there was a incident on github side?
IMG_2076
IMG_2075

@eLco eLco self-assigned this Sep 15, 2024
@eLco eLco added the question Further information is requested label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants