Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: PSModule/Debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 16, 2025

  1. 🩹 [Patch]: Clean up call to main.ps1 (#9)

    ## Description
    
    This pull request includes a small change to the `action.yml` file. The
    change modifies the script execution method from sourcing the script to
    directly running it.
    
    Changes in `runs:` in file `action.yml`:
    
    * Modified the script execution method from sourcing the script (`. "${{
    github.action_path }}\scripts\main.ps1"`) to directly running it (`${{
    github.action_path }}\scripts\main.ps1`).
    
    ## Type of change
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [ ] 📖 [Docs]
    - [ ] 🪲 [Fix]
    - [x] 🩹 [Patch]
    - [ ] ⚠️ [Security fix]
    - [ ] 🚀 [Feature]
    - [ ] 🌟 [Breaking change]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    MariusStorhaug authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    ede86e5 View commit details
    Browse the repository at this point in the history
Loading