From 0ec288d0f6e52c9743560ecc7574f6c61c03ed40 Mon Sep 17 00:00:00 2001 From: Peter-Paul van Gemerden Date: Tue, 26 Aug 2025 14:23:03 +0200 Subject: [PATCH] chore: fix README mistakes --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d4f5e82..4ebd608 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,6 @@ This repository provides a reusable GitHub Action for creating a source build pa To use the action, add it to a workflow in your repository: -Here are basic examples of how you can integrate it in your project. - -
- Example workflow - -This workflow is executed automatically on push of tags. - ```yml name: Build release package @@ -33,9 +26,9 @@ jobs: package_file_name: "nl-irealisatie-project-name" ``` -Change the `working_directory`, `package_file_name` and `include_paths` according to the requirements of the project. See the [configuration section](#configuration). +Replace `working_directory`, `package_file_name` and `include_paths` according to the requirements of the project. See [Configuration](#configuration) for details. -Note that the workflow doesn't use a checkout step. This action already checks out the repository by default. You can use the `checkout_repository` option to disable this behavior. +In this basic example, the workflow is executed automatically on push of tags. ### Configuration