Skip to content

try this

try this #3

Workflow file for this run

name: Deploy CF.gov to EKS
on:
push:
jobs:
test:
uses: cfpb/actions/.github/workflows/image-scan.yml@v1

Check failure on line 6 in .github/workflows/test-actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-actions.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-actions.yml" -> "cfpb/actions/.github/workflows/image-scan.yml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
build:
runs-on:
- codebuild-cfpb-cfgov-cfgov-gha-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- name: testing
run: echo "hello from test actions"