Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
fetch-depth: 1

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bioccheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Check commit message 💬
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
fetch-depth: 0

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
fetch-depth: 0

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout repo 🛎
uses: actions/[email protected]
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
fetch-depth: 1

- name: Restore cache 💰
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
token: ${{ steps.github-token.outputs.token }}

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}
token: ${{ steps.github-token.outputs.token }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Check commit message 💬
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Checkout repo 🛎
uses: actions/[email protected]
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
fetch-depth: 1

- name: Check commit message 💬
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Checkout repo 🛎
uses: actions/[email protected]
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
token: ${{ steps.github-token.outputs.token }}

- name: Bump version in DESCRIPTION 📜
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/[email protected]
if: github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Check commit message 💬
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout repo 🛎
uses: actions/[email protected]
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
ref: ${{ steps.branch-name.outputs.current_branch }}
path: ${{ github.event.repository.name }}

- name: Get package name 📦
Expand Down
Loading