GitHub Actions: rename job "deploy"

pull/1533/head
Simon Legner 4 years ago committed by GitHub
parent f703104c1c
commit 90997eee07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,8 @@ on:
- main - main
jobs: jobs:
test: deploy:
name: Deploy to Heroku
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: github.repository == 'freeCodeCamp/devdocs' if: github.repository == 'freeCodeCamp/devdocs'
steps: steps:

Loading…
Cancel
Save