Skip to content

Commit

Permalink
Merge branch main into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Apr 27, 2023
2 parents 6cb4b52 + 6e8d82f commit 7f301c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ runs:
shell: bash
- name: Update project files
if: ${{ inputs.update-project != 'true' }}
run: |
ARGS="${ARGS} --no-update-project"
echo "ARGS=${ARGS}" >> $GITHUB_ENV
shell: bash

# Enable admin bypass
- name: Allow admin users bypassing protection on ${{ inputs.ref}} branch
Expand Down

0 comments on commit 7f301c8

Please sign in to comment.