Skip to content

Commit

Permalink
test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 12, 2025
1 parent 10f6e3b commit 0da71ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "Detect affected OS"
id: set-output
run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
CHANGED_FILES=$(basename $(git diff --name-only ${{ github.event.before }} ${{ github.sha }}))
SUPPORTED_OS=$(./quickget | awk 'NR==2,/zorin/' | cut -d':' -f2 | tail -n +2 | paste -sd' ')
AFFECTED_OS=""
for os in $SUPPORTED_OS; do
Expand Down
2 changes: 2 additions & 0 deletions actions/alma
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ function get_() {
HASH="$(web_pipe "${URL}/CHECKSUM" | grep "(${ISO}" | cut -d' ' -f4)"
echo "${URL}/${ISO} ${HASH}"
}

# Just to test trigger of github action

0 comments on commit 0da71ea

Please sign in to comment.