Skip to content

Feature: Add dry-run option #29

Feature: Add dry-run option

Feature: Add dry-run option #29

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
test-action:
name: Test action
runs-on: ubuntu-latest
environment: Production
timeout-minutes: 3
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Upload module
env:
API_KEY: ${{ secrets.API_KEY }}
HOSTNAME: ${{ secrets.HOSTNAME }}
NAMESPACE: ${{ secrets.NAMESPACE }}
NAME: testModule
SYSTEM: aws
VERSION: v0.1.6+${{ github.sha }}
MODULES_PATH: ./test/
DRY_RUN: 'false'
run:
bash ./push_repository.sh