Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Jun 4, 2024
1 parent 6b27b21 commit c197161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ inputs:

runs:
using: composite
- name: display inputs
run: |
echo ${{ inputs.BRANCH }}
shell: bash
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c197161

Please sign in to comment.