mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Update pur.yml
use single quote in yaml.
This commit is contained in:
2
.github/workflows/pur.yml
vendored
2
.github/workflows/pur.yml
vendored
@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
|
||||
- cron: '14 3 * * *'
|
||||
jobs:
|
||||
Pur-Upgrade:
|
||||
if: ${{ github.repository == "cowrie/cowrie" }}
|
||||
if: ${{ github.repository == 'cowrie/cowrie' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
||||
Reference in New Issue
Block a user