File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 38
38
steps :
39
39
- name : Checkout repo
40
40
uses : actions/checkout@v4
41
-
41
+
42
42
- name : Setup .NET
43
43
uses : actions/setup-dotnet@v4
44
44
with :
@@ -65,13 +65,17 @@ runs:
65
65
env :
66
66
WORKFLOW_FILE_NAME : ${{ inputs.workflow-file-name }}
67
67
run : cat ".github/workflows/${WORKFLOW_FILE_NAME}"
68
+
69
+ - name : Remove workflow.new.yml
70
+ shell : bash
71
+ run : ./src/workflow.new.yml
68
72
69
73
- name : Create pull request
70
74
# if: ${{ inputs.pull-request }} # TODO
71
75
uses : peter-evans/create-pull-request@v6
72
76
with :
73
77
token : ${{ inputs.github-token }}
74
- branch-suffix : timestamp
78
+ # branch-suffix: timestamp
75
79
branch : git-tag-to-workflow-dispatch
76
80
commit-message : |
77
81
chore: automated git tags to workflow dispatch
You can’t perform that action at this time.
0 commit comments