From dcced7cc0b779be60ff95ea11148a471626e3f71 Mon Sep 17 00:00:00 2001 From: Dylan Murray Date: Tue, 19 Nov 2024 15:21:12 -0500 Subject: [PATCH] oops Signed-off-by: Dylan Murray --- create-release/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/create-release/action.yml b/create-release/action.yml index ff8c218..7ca4fd0 100644 --- a/create-release/action.yml +++ b/create-release/action.yml @@ -55,12 +55,6 @@ runs: - name: Checkout code uses: actions/checkout@v4 - with: - fetch-depth: 0 - repository: ${{ inputs.repository }} - ref: ${{ inputs.ref }} - path: ${{ inputs.repository }} - token: ${{ inputs.github_token }} - name: Generate Changelog uses: ./.github/workflows/generate-changelog.yml