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 c197161 commit 13b8401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ inputs:

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

0 comments on commit 13b8401

Please sign in to comment.