Skip to content

Commit

Permalink
fixed version of dacbd/create-issue-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmxyz authored Dec 16, 2023
1 parent 617c276 commit 624570e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-repository-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Create Issue with TODOs
if: "${{ steps.manifest-token.outcome != 'success' || steps.resonite-token.outcome != 'success' || steps.manifest-repo.outcome != 'success' || steps.resonite-repo.outcome != 'success' }}"
uses: dacbd/create-issue-action@main
uses: dacbd/create-issue-action@ba4d1c45cccf9c483f2720cefb40e437f0ee6f7d
with:
token: ${{ github.token }}
title: Setup repository to support full CI/CD
Expand All @@ -74,4 +74,4 @@ jobs:
It should contain the directory `Resonite` with all engine dll files in the same hierarchy as they appear in a Resonite install.
You can use the Windows-only script [update-ResoniteFiles.cmd](${{ github.server_url }}/${{ github.repository }}/blob/main/update-ResoniteFiles.cmd) to keep your private Resonite repository up to date with your local install.
Hopefully this will be resolved with official sources in the future.
assignees: ${{ github.repository_owner }}
assignees: ${{ github.repository_owner }}

0 comments on commit 624570e

Please sign in to comment.