Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

chore: Divider

chore: Divider #47

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
call-dockerhub-action:
if: github.repository == 'NelsonDane/BingRewardsBeta'
uses: NelsonDane/DockerHub-Actions/.github/workflows/dockerhub-description.yml@main

Check failure on line 13 in .github/workflows/dockerhub-description.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dockerhub-description.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dockerhub-description.yml" -> "NelsonDane/DockerHub-Actions/.github/workflows/dockerhub-description.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
dockerhub_repo_name: bing-rewards
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}