Skip to content

test e2e-ash

test e2e-ash #9

Workflow file for this run

on:
push:
branches:
- gh-actions-ashwin
jobs:
# prebuild:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
# with:
# # Minimal depth 2 so we can checkout the commit before possible merge commit.
# fetch-depth: 2
# path: aws-amplify
# - name: Setup node and build the repository
# uses: ./aws-amplify/.github/actions/node-and-build
# prebuild-samples-staging:
# secrets: inherit
# uses: ./.github/workflows/callable-prebuild-samples-staging.yml
e2e:
# needs:
# - prebuild
# - prebuild-samples-staging
# secrets: inherit
uses: ./.github/workflows/callable-e2e.yml

Check failure on line 26 in .github/workflows/Push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Push.yml

Invalid workflow file

The workflow is not valid. .github/workflows/Push.yml (Line: 26, Col: 11): Secret GH_ACTIONS is required, but not provided while calling.