10000 Update action.yml · tj-actions/semver-diff@00f80cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 00f80cc

Browse files
authored
Update action.yml
1 parent caf2d81 commit 00f80cc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ runs:
2626
using: 'composite'
2727
steps:
2828
- run: |
29-
bash $GITHUB_ACTION_PATH/entrypoint.sh
30-
id: semver
31-
shell: bash
32-
env:
33-
GITHUB_SERVER_URL: ${{ github.server_url }}
34-
GITHUB_REPOSITORY: ${{ github.repository }}
35-
GITHUB_REF: ${{ github.ref }}
36-
GITHUB_EVENT_NAME: ${{ github.event_name }}
37-
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
38-
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
39-
INPUT_TOKEN: ${{ inputs.token }}
40-
INPUT_INITIAL_RELEASE_TYPE: ${{ inputs.initial_release_type }}
29+
bash $GITHUB_ACTION_PATH/entrypoint.sh
30+
id: semver
31+
shell: bash
32+
env:
33+
GITHUB_SERVER_URL: ${{ github.server_url }}
34+
GITHUB_REPOSITORY: ${{ github.repository }}
35+
GITHUB_REF: ${{ github.ref }}
36+
GITHUB_EVENT_NAME: ${{ github.event_name }}
37+
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
38+
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
39+
INPUT_TOKEN: ${{ inputs.token }}
40+
INPUT_INITIAL_RELEASE_TYPE: ${{ inputs.initial_release_type }}
4141
4242
branding:
4343
icon: copy

0 commit comments

Comments
 (0)
0