We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5147fb commit ee0a085Copy full SHA for ee0a085
1 file changed
action.yaml
@@ -269,7 +269,7 @@ runs:
269
git config --local user.email "${{ inputs.git-mail }}"
270
git config --local user.name "${{ inputs.git-name }}"
271
git pull
272
- git add publiccode.yaml
+ git add publiccode.y*ml
273
git commit -m "${{ inputs.git-commit-message }}" || echo "No changes to commit"
274
git push
275
# Commit changes if it is an organisation repository
@@ -280,7 +280,7 @@ runs:
280
281
282
283
- git add opencatalogi.yaml
+ git add open*atalogi.y*ml
284
285
286
# Post Repository URL to OpenCatalogi API
0 commit comments