We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Queueing system shouldn't be used until this is fixed (Post by date should be unaffected)
The github action doesn't rename the file in the repo, so it will just post the highest priority tweet every day (q-1).
After posting a queued tweet, we have to automatically:
q-
Otherwise, at the next run it will attempt to tweet the same thing again.
The text was updated successfully, but these errors were encountered:
https://github.com/stefanzweifel/git-auto-commit-action
Sorry, something went wrong.
In order for that to work, we will need to split the tweet by queue out from the split by date code
If a queued tweet is posted, the workflow needs to do rename the queued file to the correct date convention using the git auto commit action
reidjs
No branches or pull requests
Queueing system shouldn't be used until this is fixed (Post by date should be unaffected)
The github action doesn't rename the file in the repo, so it will just post the highest priority tweet every day (q-1).
After posting a queued tweet, we have to automatically:
q-
, ideally the name should be updated to the date it was postedOtherwise, at the next run it will attempt to tweet the same thing again.
The text was updated successfully, but these errors were encountered: