From 9fa4e5fd0248fea8caf80c540eff56c5aa6b288f Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sun, 31 Dec 2023 12:59:35 +0100 Subject: [PATCH] Update index.md --- docs/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index dcaca9a..087ebda 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,7 @@ # Introduction -This is an action that can be used in a workflow that uses GitHub Actions, in order to build a setup executable based on a specified location of a script in a location on GitHub. You'll need to make sure you point to the right location in the script file with stuff, like you need to specify the location of the GitHub executable like ``D:\REPONAME\REPONAME\THEFINALPATHTOYOUREXECUTABLEGOESHIER``. +[![GitHub Issues](https://img.shields.io/github/issues-raw/Minionguyjpro/Inno-Setup-Action.svg)](https://github.com/Minionguyjpro/Inno-Setup-Action/issues) +[![Build and Publish](https://github.com/Minionguyjpro/Inno-Setup-Action/workflows/Run%20a%20test/badge.svg)](https://github.com/Minionguyjpro/Inno-Setup-Action/actions) - /\ - || - || - -The arrow shows the location of what's the root of your GitHub repository. Just make sure to specify the ``actions/checkout`` action as step before you'll use this action, and the path is set correctly like that in your Inno Setup script for compilation! +This is an action that can be used in a workflow that uses GitHub Actions, in order to build a setup executable based on a specified location of a script in a location on GitHub. You'll need to make sure you point to the right location in the script file with stuff, like you need to specify the location of the GitHub executable like ``D:\REPONAME\REPONAME\THEFINALPATHTOYOURSTUFFGOESHIER``. + +``D:\REPONAME\REPONAME`` is the location of where's the root of your GitHub repository. Just make sure to specify the ``actions/checkout`` action as step before you'll use this action, and the path is set correctly like that in your Inno Setup script for compilation!