Skip to content
Merged
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
8 changes: 1 addition & 7 deletions .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ on:
actions-version-file:
default: actions/VERSION.txt
type: string
actions-version-file-legacy:
default: gh-actions/VERSION.txt
type: string
bazel-version:
default:
type: string
Expand Down Expand Up @@ -120,10 +117,7 @@ jobs:
artifact-workflows: |
Github/actions CI
version: ${{ inputs.actions-version }}
version-file: >-
${{ inputs.event == 'push'
&& inputs.actions-version-file-legacy
|| inputs.actions-version-file }}
version-file: ${{ inputs.actions-version-file }}
- name: bazel
artifact-workflows: |
Bazel CI
Expand Down
Loading