Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

gh-actions: fix paths on main #4

gh-actions: fix paths on main

gh-actions: fix paths on main #4

name: Push main
on:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/test-workflows.yml
with:
ref: ${{ github.ref }}
secrets: inherit
deploy:

Check failure on line 21 in .github/workflows/push-main-workflows.yml

View workflow run for this annotation

GitHub Actions / Push main

Invalid workflow file

The workflow is not valid. inspirehep/backoffice/.github/workflows/test-workflows.yml@553c8960394865b8a6a42c9281a47bbe8c8fa1ae (Line: 21, Col: 11): Input context is required, but not provided while calling.
needs: test
runs-on: ubuntu-latest
steps:
- name: send event
uses: cern-sis/gh-workflows/.github/actions/[email protected]
with:
event-type: update
images: |
cern-sis/inspire/backoffice@${{ needs.test.outputs.image-id }}
token: ${{ secrets.PAT_FIRE_EVENTS_ON_CERN_SIS_KUBERNETES }}