Skip to content

updated ubuntu-vbox.pkr.hcl #2

updated ubuntu-vbox.pkr.hcl

updated ubuntu-vbox.pkr.hcl #2

Workflow file for this run

# vim:ts=2:sts=2:sw=2:et
#
# Author: Hari Sekhon
# Date: 2023-05-31 01:49:54 +0100 (Wed, 31 May 2023)
#
# https://github.com/HariSekhon/Packer-templates
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# D e b i a n P r e s e e d
# ============================================================================ #
---
name: Debian Preseed
on:
push:
branches:
- master
- main
paths:
- preseed.cfg
- .github/workflows/preseed.yaml # this workflow
pull_request:
branches:
- master
- main
paths:
- preseed.cfg
- .github/workflows/preseed.yaml # this workflow
workflow_dispatch:
permissions:
contents: read
jobs:
preseed:
name: Preseed
uses: HariSekhon/GitHub-Actions/.github/workflows/preseed.yaml@master
with:
files: installers/preseed.cfg