Skip to content

Commit

Permalink
pushing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
utahcon committed Mar 5, 2024
1 parent 913e644 commit d3606ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: git checkout -b release-v${{ needs.version.outputs.version }}

- name: Run hugo-scraper
run: ./hugo-scraper.sh v${VERSION}
run: ./hugo-scraper.sh ${{ needs.version.outputs.version }}

- name: chmod entrypoint
run: chmod +x entrypoint.sh
Expand All @@ -78,7 +78,7 @@ jobs:
git tag -af latest -m "Version v${{ needs.version.outputs.version }}"
fi
- name: Set up Docker Buildx
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
Expand Down
2 changes: 0 additions & 2 deletions hugo-scraper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ done
sed -i -e "s;%%INPUTS%%;${YML_INPUTS};" action.yml
sed -i -e "s/%%ARGS%%/${YML_ARGS}/" action.yml
sed -i -e "s/%%VERSION%%/${VERSION}/" action.yml

sed -i -e "s/%%ENTRY%%/${ENTRY}/" entrypoint.sh

sed -i -e "s;%%README_INPUTS%%;${README_INPUTS};" README.md
sed -i -e "s/%%VERSION%%/${VERSION}/" README.md

0 comments on commit d3606ec

Please sign in to comment.