We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46a64d commit c6e2418Copy full SHA for c6e2418
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
environment: release
17
steps:
18
- name: "Security Check"
19
- uses: pycord-development/[email protected].10
+ uses: Aiko-IT-Systems/[email protected].0
20
with:
21
whitelisted-github-ids: ${{ vars.ALLOWED_USER_IDS }}
22
token: ${{ secrets.GITHUB_TOKEN }}
@@ -133,4 +133,4 @@ jobs:
133
- name: "Create New Milestone"
134
run: |
135
gh extension install valeriobelli/gh-milestone
136
- gh milestone create "${{ needs.determine_milestone_id.outputs.new_milestone_version }}"
+ gh milestone create "${{ needs.determine_milestone_id.outputs.new_milestone_version }}"
0 commit comments