Skip to content

Commit

Permalink
Fix typo in sf-dev yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 23, 2021
1 parent 7c5f0f6 commit 8facffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-sf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
container: geocompr/geocompr
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}steps:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout Project
uses: actions/checkout@v1
Expand Down

0 comments on commit 8facffd

Please sign in to comment.