Skip to content

Commit 9ef1414

Browse files
committed
chore: improve action.yml
1 parent a14e93c commit 9ef1414

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
steps:
3939
- name: Checkout repo
4040
uses: actions/checkout@v4
41-
41+
4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v4
4444
with:
@@ -65,13 +65,17 @@ runs:
6565
env:
6666
WORKFLOW_FILE_NAME: ${{ inputs.workflow-file-name }}
6767
run: cat ".github/workflows/${WORKFLOW_FILE_NAME}"
68+
69+
- name: Remove workflow.new.yml
70+
shell: bash
71+
run: ./src/workflow.new.yml
6872

6973
- name: Create pull request
7074
# if: ${{ inputs.pull-request }} # TODO
7175
uses: peter-evans/create-pull-request@v6
7276
with:
7377
token: ${{ inputs.github-token }}
74-
branch-suffix: timestamp
78+
# branch-suffix: timestamp
7579
branch: git-tag-to-workflow-dispatch
7680
commit-message: |
7781
chore: automated git tags to workflow dispatch

0 commit comments

Comments
 (0)