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
jobs:
test:
deploy:
name: Deploy to Heroku
runs-on: ubuntu-20.04
if: github.repository == 'freeCodeCamp/devdocs'
steps:

Loading…
Cancel
Save