Skip to content

Commit

Permalink
Fix output and change schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Feb 2, 2024
1 parent 3fcf190 commit e91686a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Fix Vulnerabilities
on:
schedule:
- cron: '0 10 * * *'
- cron: '0 9 * * 1-5'
workflow_dispatch:
inputs:
branch:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
head="${{ inputs.branch || github.ref }}"
branch="${{ github.ref_name }}"

echo "branch=${branch}" >> $GITHUB_OUTPUTT
echo "branch=${branch}" >> $GITHUB_OUTPUT

head="${head#refs/heads/}" # Strip "refs/heads/" prefix.
echo "head=${head}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e91686a

Please sign in to comment.