You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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:
Failure workflow run status:
Startup failure
Workflow file:
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.
The text was updated successfully, but these errors were encountered: