Skip to content

Commit

Permalink
Add distinct_id input to add_mod_port workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 20, 2024
1 parent 86cc130 commit 16c6e64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/add_mod_port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
file_id:
description: "CurseForge file ID"
required: true
distinct_id:
description: "Automatically set by the return-dispatch action (leave blank if running manually)"
required: false

permissions:
# To push the automated commit.
Expand All @@ -35,6 +38,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Echo distinct ID ${{ github.event.inputs.distinct_id }}
run: echo ${{ github.event.inputs.distinct_id }}

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 16c6e64

Please sign in to comment.