Skip to content

Commit 943ae24

Browse files
committed
👷 snapshot action should reference main
1 parent b3122ae commit 943ae24

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎actions/count-votes/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
using: "composite"
4747
steps:
4848
- name: Setup environment
49-
uses: commonhaus/vote-record-actions/actions/setup-action-environment
49+
uses: commonhaus/vote-record-actions/actions/setup-action-environment@main
5050
with:
5151
bot-email: ${{ inputs.bot-email }}
5252
bot-name: ${{ inputs.bot-name }}
@@ -112,7 +112,7 @@ runs:
112112
113113
- name: Commit and push changes
114114
id: commit_push
115-
uses: commonhaus/vote-record-actions/actions/commit-and-push
115+
uses: commonhaus/vote-record-actions/actions/commit-and-push@main
116116
with:
117117
commit-message: ${{ inputs.commit-message }}
118118
branch: ${{ inputs.branch }}

‎actions/new-projects/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: Setup environment
34-
uses: commonhaus/vote-record-actions/actions/setup-action-environment
34+
uses: commonhaus/vote-record-actions/actions/setup-action-environment@main
3535
with:
3636
bot-email: ${{ inputs.bot-email }}
3737
bot-name: ${{ inputs.bot-name }}
@@ -48,7 +48,7 @@ runs:
4848
4949
- name: Commit and push changes
5050
id: commit_push
51-
uses: commonhaus/vote-record-actions/actions/commit-and-push
51+
uses: commonhaus/vote-record-actions/actions/commit-and-push@main
5252
with:
5353
commit-message: ${{ inputs.commit-message }}
5454
branch: ${{ inputs.branch }}

‎actions/store-domain-list/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
using: "composite"
4141
steps:
4242
- name: Setup environment
43-
uses: commonhaus/vote-record-actions/actions/setup-action-environment
43+
uses: commonhaus/vote-record-actions/actions/setup-action-environment@main
4444
with:
4545
bot-email: ${{ inputs.bot-email }}
4646
bot-name: ${{ inputs.bot-name }}
@@ -64,7 +64,7 @@ runs:
6464
6565
- name: Commit and push changes
6666
id: commit_push
67-
uses: commonhaus/vote-record-actions/actions/commit-and-push
67+
uses: commonhaus/vote-record-actions/actions/commit-and-push@main
6868
with:
6969
commit-message: ${{ inputs.commit-message }}
7070
branch: ${{ inputs.branch }}

‎actions/store-health-report/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
using: "composite"
3939
steps:
4040
- name: Setup environment
41-
uses: commonhaus/vote-record-actions/actions/setup-action-environment
41+
uses: commonhaus/vote-record-actions/actions/setup-action-environment@main
4242
with:
4343
bot-email: ${{ inputs.bot-email }}
4444
bot-name: ${{ inputs.bot-name }}
@@ -57,7 +57,7 @@ runs:
5757
5858
- name: Commit and push changes
5959
id: commit_push
60-
uses: commonhaus/vote-record-actions/actions/commit-and-push
60+
uses: commonhaus/vote-record-actions/actions/commit-and-push@main
6161
with:
6262
commit-message: ${{ inputs.commit-message }}
6363
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)