Update pur.yml

use single quote in yaml.
This commit is contained in:
Michel Oosterhof
2021-06-10 18:39:52 +08:00
committed by GitHub
parent 999dff5dd8
commit 50d39c4a72

View File

@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
- cron: '14 3 * * *' - cron: '14 3 * * *'
jobs: jobs:
Pur-Upgrade: Pur-Upgrade:
if: ${{ github.repository == "cowrie/cowrie" }} if: ${{ github.repository == 'cowrie/cowrie' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."