Skip to content

Commit 8facffd

Browse files
committed
Fix typo in sf-dev yaml
1 parent 7c5f0f6 commit 8facffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev-sf.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container: geocompr/geocompr
1313
env:
14-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}steps:
14+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
15+
1516
steps:
1617
- name: Checkout Project
1718
uses: actions/checkout@v1

0 commit comments

Comments
 (0)