Skip to content

Commit ee0a085

Browse files
authored
Allow Git to use variations
1 parent c5147fb commit ee0a085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ runs:
269269
git config --local user.email "${{ inputs.git-mail }}"
270270
git config --local user.name "${{ inputs.git-name }}"
271271
git pull
272-
git add publiccode.yaml
272+
git add publiccode.y*ml
273273
git commit -m "${{ inputs.git-commit-message }}" || echo "No changes to commit"
274274
git push
275275
# Commit changes if it is an organisation repository
@@ -280,7 +280,7 @@ runs:
280280
git config --local user.email "${{ inputs.git-mail }}"
281281
git config --local user.name "${{ inputs.git-name }}"
282282
git pull
283-
git add opencatalogi.yaml
283+
git add open*atalogi.y*ml
284284
git commit -m "${{ inputs.git-commit-message }}" || echo "No changes to commit"
285285
git push
286286
# Post Repository URL to OpenCatalogi API

0 commit comments

Comments
 (0)