Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Oct 3, 2024
1 parent ffb8d9b commit 24cc01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_update_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ fromJSON(steps.update-file.outputs.updates_available) }}
run: |

Check failure on line 64 in .github/workflows/_update_bundle.yaml

View workflow job for this annotation

GitHub Actions / Lint workflows

got unexpected character '+' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '[', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' '
git checkout -b update-bundle
git add '${{ inputs.path-to-bundle-file }}' '${{ inputs.path-to-snaps-file }}'
git add '${{ inputs.path-to-bundle-file }}'${{ inputs.path-to-snaps-file && ' ' + inputs.path-to-snaps-file || '' }}
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "Update bundle"
Expand Down

0 comments on commit 24cc01a

Please sign in to comment.