Skip to content

Commit

Permalink
meaningless change to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent a663fe9 commit a8c0268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/buildAndSendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Determine modified files
id: determine_modified_files
run: |
echo appear
MODIFIED_PATHS=""
for change in ${{ github.event.pusher.changes }}; do
path=$(echo $change | jq -r '.path')
Expand All @@ -30,6 +31,7 @@ jobs:
MODIFIED_PATHS="$MODIFIED_PATHS $modified_path"
fi
done
echo "modified_paths = $MODIFIED_PATHS"
echo "::set-output name=modified_paths::$MODIFIED_PATHS"
shell: bash
- name: Substitute marks (implicit parameters in env)
Expand Down
2 changes: 1 addition & 1 deletion data/informatics.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"email": "{{INFORMATICS_EMAIL}}",
"position": "{{INFORMATICS_POSITION}}",
"linkedin": "{{INFORMATICS_LINKEDIN}}"
}
}

0 comments on commit a8c0268

Please sign in to comment.